[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Fix usage message for -f flag (error spotted by Malkuth)
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv24136
Modified Files:
ClientMain.py
Log Message:
Fix usage message for -f flag (error spotted by Malkuth)
Index: ClientMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ClientMain.py,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- ClientMain.py 18 Mar 2004 04:48:22 -0000 1.166
+++ ClientMain.py 19 Mar 2004 07:17:04 -0000 1.167
@@ -1073,7 +1073,7 @@
-D <yes|no>, --download-directory=<yes|no>
Force the client to download/not to download a
fresh directory.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
-i <file>, --input=<file> Read the message from <file>. (Defaults to stdin.)
-P <path>, --path=<path> Specify an explicit message path.
@@ -1636,7 +1636,7 @@
-D <yes|no>, --download-directory=<yes|no>
Force the client to download/not to download a
fresh directory.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
-P <path>, --path=<path> Specify an explicit path.
-t address, --to=address Specify the block's address. (Defaults to value
@@ -1740,7 +1740,7 @@
Usage: %(cmd)s [options] <files>
-h, --help Print this usage message and exit.
-v, --verbose Display extra debugging messages.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
EXAMPLES:
@@ -1787,7 +1787,7 @@
Usage: %(cmd)s [options] [servername] ...
-h, --help Print this usage message and exit.
-v, --verbose Display extra debugging messages.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
-n <n>, --count=<n> Send no more than <n> packets from the queue.
@@ -1837,7 +1837,7 @@
Usage: %(cmd)s [options] [servername...]
-h, --help Print this usage message and exit.
-v, --verbose Display extra debugging messages.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
-d <n>, --days=<n> Remove all packets older than <n> days old.
@@ -1883,7 +1883,7 @@
Usage: %(cmd)s [options]
-h, --help Print this usage message and exit.
-v, --verbose Display extra debugging messages.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
EXAMPLES:
@@ -1931,7 +1931,7 @@
Usage: %(cmd)s [options]
-h, --help Print this usage message and exit.
-v, --verbose Display extra debugging messages.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
EXAMPLES:
@@ -1972,7 +1972,7 @@
Usage: %(cmd)s [options] <message-id> ...
-h, --help Print this usage message and exit.
-v, --verbose Display extra debugging messages.
- -f <file>, --config=<file> Use a configuration file other than ~.mixminionrc
+ -f <file>, --config=<file> Use a configuration file other than ~/.mixminionrc
(You can also use MIXMINIONRC=FILE)
""".strip()