From 59937a96cd5e21b5a89ec442fedbab40bbfcf4fe Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Mon, 12 May 2008 21:07:38 +0000 Subject: [PATCH] Explain [file] arguments, correct location of rc file [Steve Franks] git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1225 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/ChangeLog | 5 +++++ jtag/doc/jtag.1 | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/jtag/ChangeLog b/jtag/ChangeLog index d4d121a0..da656874 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,8 @@ +2008-05-12 Kolja Waschk + + * doc/jtag.1: Explanation of [file] argument, correct location + of rc file (thanks Steve Franks for noticing) + 2008-05-09 Mike Frysinger * data/analog/PARTS, data/Makefile.am, data/analog/bf527/: diff --git a/jtag/doc/jtag.1 b/jtag/doc/jtag.1 index 1c45ba3d..f668e34f 100644 --- a/jtag/doc/jtag.1 +++ b/jtag/doc/jtag.1 @@ -6,7 +6,7 @@ jtag \- UrJTAG command shell .SH SYNOPSIS .B jtag -[\-hnv] +[\-hinv] .I file .B ... .SH DESCRIPTION @@ -25,9 +25,15 @@ Disable reading ~/.jtag/rc on startup .TP .I \-v, \-\-version Display version information and exit +.SH ARGUMENTS +If arguments remain after option processing, they are taken as names of files +containing jtag commands, one per line. Unless the +.I \-\-interactive +option was specified, the program will exit after processing the commands from +the file[s]. .SH FILES .PP -.I ~/jtag/rc +.I ~/.jtag/rc .IP A per-user text file containing jtag commands to execute at startup. .PP