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:
a02e871
)
scripts/cli.py: fix missing 'put' in usage example for 'tahoe put'.
author
david-sarah
<david-sarah@jacaranda.org>
Sun, 12 Dec 2010 17:02:07 +0000
(09:02 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Sun, 12 Dec 2010 17:02:07 +0000
(09:02 -0800)
src/allmydata/scripts/cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/cli.py
b/src/allmydata/scripts/cli.py
index 367e6d62f81447f534a579f4337f2f995c1a8b7c..b1da4159d4f09b510fd0db96d653dc524fa522f2 100644
(file)
--- a/
src/allmydata/scripts/cli.py
+++ b/
src/allmydata/scripts/cli.py
@@
-184,7
+184,7
@@
class PutOptions(VDriveOptions):
t += """
Examples:
% cat FILE | tahoe put # create unlinked file from stdin
- % cat FILE | tahoe
-
# same
+ % cat FILE | tahoe
put -
# same
% tahoe put bar # create unlinked file from local 'bar'
% cat FILE | tahoe put - FOO # create tahoe:FOO from stdin
% tahoe put bar FOO # copy local 'bar' to tahoe:FOO