fixed error (.i2pstasher) in help output
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user