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