]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
scripts/cli.py: fix missing 'put' in usage example for 'tahoe put'.
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 12 Dec 2010 17:02:07 +0000 (09:02 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 12 Dec 2010 17:02:07 +0000 (09:02 -0800)
src/allmydata/scripts/cli.py

index 367e6d62f81447f534a579f4337f2f995c1a8b7c..b1da4159d4f09b510fd0db96d653dc524fa522f2 100644 (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