|
From: <st...@us...> - 2007-01-28 23:23:47
|
Revision: 322
http://safekeep.svn.sourceforge.net/safekeep/?rev=322&view=rev
Author: stelian
Date: 2007-01-28 15:23:45 -0800 (Sun, 28 Jan 2007)
Log Message:
-----------
List the options in the same order as the modes.
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2007-01-27 18:13:37 UTC (rev 321)
+++ safekeep/trunk/safekeep 2007-01-28 23:23:45 UTC (rev 322)
@@ -757,14 +757,14 @@
print '-v, --verbose increases the verbosity level'
print '-V, --version show the version number and exit'
print
+ print 'server options:'
+ print '-e, --email=EMAIL send results by email (can appear multiple times)'
+ print '-s, --smtp=SMTP SMTP server to use when sending mails (default: sendmail)'
+ print
print 'keys options:'
print '--status display the key status for the clients (default)'
print '--print display the authorization keys'
print '--deploy deploy the authorization keys'
- print
- print 'server options:'
- print '-e, --email=EMAIL send results by email (can appear multiple times)'
- print '-s, --smtp=SMTP SMTP server to use when sending mails (default: sendmail)'
if exitcode is not None: sys.exit(exitcode)
def main():
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|