[Nym3-commit] r295 - trunk/nym3/Client

jr at conuropsis.org jr at conuropsis.org
Sun Jun 12 01:52:44 CEST 2005


Author: jr
Date: 2005-06-12 01:52:43 +0200 (Sun, 12 Jun 2005)
New Revision: 295

Modified:
   trunk/nym3/Client/Main.py
Log:
add a usage item and correct a bug


Modified: trunk/nym3/Client/Main.py
===================================================================
--- trunk/nym3/Client/Main.py	2005-06-11 23:47:13 UTC (rev 294)
+++ trunk/nym3/Client/Main.py	2005-06-11 23:52:43 UTC (rev 295)
@@ -56,7 +56,9 @@
     \tlist-journal\tList commands recorded in the journal (sent but not
     \t\t\tacknowledged yet)
     \tsend-surb\tSend SURBs
-    \texport\t\tExport already fetched emails to a file"""
+    \texport\t\tExport already fetched emails to a file
+    \tresend-command\tResend a command that has been sent but not acknowledged
+    \t\t\tyet"""
 
 class CLI:
     def __init__(self):
@@ -621,7 +623,7 @@
 	l.append((seqno, m, t))
     l.sort(journal_time_cmp)
     for i, (s, m, t) in enumerate(l):
-	ui.display("%d %s %s" % (i, binascii.hexlify(s), str(t))
+	ui.display("%d %s %s" % (i, binascii.hexlify(s), str(t)))
 	#TODO display the content of the command
 	#ui.display()
 



More information about the Nym3-commit mailing list