]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/cli.py
Address Kevan's comment in #776 about Options classes missed when adding 'self.comman...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / cli.py
index 0eeb78d90309686e0ad0c1496ff8f18052523b20..c4b0fcf163929e6878edc685bb4d5dc347d4db28 100644 (file)
@@ -220,7 +220,7 @@ class CpOptions(VDriveOptions):
         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.