From: david-sarah Date: Sun, 12 Dec 2010 17:02:07 +0000 (-0800) Subject: scripts/cli.py: fix missing 'put' in usage example for 'tahoe put'. X-Git-Url: https://git.rkrishnan.org/reedownlee?a=commitdiff_plain;h=bb7c04ff9f7ea02ec6dfe4c349a160e66fd2f9ca;p=tahoe-lafs%2Ftahoe-lafs.git scripts/cli.py: fix missing 'put' in usage example for 'tahoe put'. --- diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 367e6d62..b1da4159 100644 --- 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