mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 20:00:20 +00:00
scripts/cli.py: fix missing 'put' in usage example for 'tahoe put'.
This commit is contained in:
parent
a02e871e7f
commit
bb7c04ff9f
@ -184,7 +184,7 @@ class PutOptions(VDriveOptions):
|
|||||||
t += """
|
t += """
|
||||||
Examples:
|
Examples:
|
||||||
% cat FILE | tahoe put # create unlinked file from stdin
|
% 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'
|
% tahoe put bar # create unlinked file from local 'bar'
|
||||||
% cat FILE | tahoe put - FOO # create tahoe:FOO from stdin
|
% cat FILE | tahoe put - FOO # create tahoe:FOO from stdin
|
||||||
% tahoe put bar FOO # copy local 'bar' to tahoe:FOO
|
% tahoe put bar FOO # copy local 'bar' to tahoe:FOO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user