fixed error (.i2pstasher) in help output

This commit is contained in:
aum
2004-08-17 10:09:56 +00:00
committed by zzz
parent 342c55043d
commit 8029901ed7
2 changed files with 6 additions and 4 deletions

View File

@ -4032,7 +4032,7 @@ def usage(detailed=False, ret=0):
print " -C, --clientaddr=host:port - host:port for socket interface to listen on"
print " for clients, default %s" % clientAddr
print " -d, --datadir=dir - directory in which stasher files get written"
print " default is ~/.i2pstasher"
print " default is ~/.stasher"
print " -f, --foreground - only valid for 'start' cmd - runs the node"
print " in foreground without spawning - for debugging"
print
@ -4067,6 +4067,7 @@ def usage(detailed=False, ret=0):
sys.exit(0)
#@-node:usage
#@+node:err
def err(msg):