From 2014662b47b2f3368f3398859a226c43871eff13 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 16 Aug 2007 17:47:24 -0700 Subject: [PATCH] cli.py: fix typo in synopsis --- src/allmydata/scripts/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2