]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/cli.py
Add "[global-opts]" to help synopsis for tahoe ls. refs #166
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / cli.py
index 9fd2dad20c1a2c2f077df3d38fd9e2b9ed5f3964..6fb2e04889215a6bf1804d7d76301636e37e0c2c 100644 (file)
@@ -103,7 +103,7 @@ class ListOptions(FilesystemOptions):
         self.where = argv_to_unicode(where)
 
     def getSynopsis(self):
-        return "Usage:  %s ls [options] [PATH]" % (self.command_name,)
+        return "Usage:  %s [global-opts] ls [options] [PATH]" % (self.command_name,)
 
     longdesc = """
     List the contents of some portion of the grid.