From bb7c04ff9f7ea02ec6dfe4c349a160e66fd2f9ca Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 12 Dec 2010 09:02:07 -0800
Subject: [PATCH] scripts/cli.py: fix missing 'put' in usage example for 'tahoe
 put'.

---
 src/allmydata/scripts/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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