self.destination = argv_to_unicode(args[-1])
def getSynopsis(self):
- return "Usage: tahoe cp [options] FROM.. TO"
+ return "Usage: %s cp [options] FROM.. TO" % (self.command_name,)
longdesc = """
Use 'tahoe cp' to copy files between a local filesystem and a Tahoe grid.
]
def getSynopsis(self):
- return "Usage: %s create-key-generator [options] NODEDIR" % (os.path.basename(sys.argv[0]),)
+ return "Usage: %s create-key-generator [options] NODEDIR" % (self.command_name,)
keygen_tac = """
]
def getSynopsis(self):
- return "Usage: %s create-stats-gatherer [options] NODEDIR" % (os.path.basename(sys.argv[0]),)
+ return "Usage: %s create-stats-gatherer [options] NODEDIR" % (self.command_name,)
stats_gatherer_tac = """