]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
cli.py: fix typo in synopsis
authorBrian Warner <warner@allmydata.com>
Fri, 17 Aug 2007 00:47:24 +0000 (17:47 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 17 Aug 2007 00:47:24 +0000 (17:47 -0700)
src/allmydata/scripts/cli.py

index 80d355d705c1f0278bbf4bd293b462b02b7411ff..ee70055fd37b8db4a8ccca940fc3a07a97f283cc 100644 (file)
@@ -42,7 +42,7 @@ class PutOptions(VDriveOptions):
         self['vdrive_filename'] = vdrive_filename
 
     def getSynopsis(self):
-        return "%s put LOCAL_FILEVDRI VE_FILE" % (os.path.basename(sys.argv[0]),)
+        return "%s put LOCAL_FILE VDRIVE_FILE" % (os.path.basename(sys.argv[0]),)
 
     longdesc = """Put a file into the virtual drive (copying the file's
     contents from the local filesystem). If LOCAL_FILE is omitted or '-', the