mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-06 09:31:43 +00:00
cli.py: fix typo in synopsis
This commit is contained in:
parent
75056b6222
commit
2014662b47
@ -42,7 +42,7 @@ class PutOptions(VDriveOptions):
|
|||||||
self['vdrive_filename'] = vdrive_filename
|
self['vdrive_filename'] = vdrive_filename
|
||||||
|
|
||||||
def getSynopsis(self):
|
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
|
longdesc = """Put a file into the virtual drive (copying the file's
|
||||||
contents from the local filesystem). If LOCAL_FILE is omitted or '-', the
|
contents from the local filesystem). If LOCAL_FILE is omitted or '-', the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user