scripts/cli.py: fix missing 'put' in usage example for 'tahoe put'.

This commit is contained in:
david-sarah 2010-12-12 09:02:07 -08:00
parent a02e871e7f
commit bb7c04ff9f

View File

@ -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