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
master
Kolja Waschk 17 years ago
parent 9f953934d6
commit 59937a96cd

@ -1,3 +1,8 @@
2008-05-12 Kolja Waschk <kawk>
* doc/jtag.1: Explanation of [file] argument, correct location
of rc file (thanks Steve Franks for noticing)
2008-05-09 Mike Frysinger <vapier@gentoo.org>
* data/analog/PARTS, data/Makefile.am, data/analog/bf527/:

@ -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

Loading…
Cancel
Save