projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75056b6
)
cli.py: fix typo in synopsis
author
Brian Warner
<warner@allmydata.com>
Fri, 17 Aug 2007 00:47:24 +0000
(17:47 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 17 Aug 2007 00:47:24 +0000
(17:47 -0700)
src/allmydata/scripts/cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/cli.py
b/src/allmydata/scripts/cli.py
index 80d355d705c1f0278bbf4bd293b462b02b7411ff..ee70055fd37b8db4a8ccca940fc3a07a97f283cc 100644
(file)
--- 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_FILE
VDRI
VE_FILE" % (os.path.basename(sys.argv[0]),)
+ return "%s put LOCAL_FILE
VDRI
VE_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