From: Brian Warner Date: Fri, 17 Aug 2007 00:47:24 +0000 (-0700) Subject: cli.py: fix typo in synopsis X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=2014662b47b2f3368f3398859a226c43871eff13;p=tahoe-lafs%2Ftahoe-lafs.git cli.py: fix typo in synopsis --- diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 80d355d7..ee70055f 100644 --- a/src/allmydata/scripts/cli.py +++ b/src/allmydata/scripts/cli.py @@ -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