]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
boto_tool.py: usage fix
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 25 Mar 2011 00:54:59 +0000 (17:54 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 25 Mar 2011 17:23:54 +0000 (10:23 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/obsync/boto_tool.py

index 53155e6d1d0eb102c868ba4dd8b4ba03c3fab431..1eeb6732090b823da88c9af80bed5fe59d78df32 100755 (executable)
@@ -188,7 +188,7 @@ boto_tool.py
         Gets the headers of an object
 """
 
-if (len(sys.argv) < 2):
+if (len(sys.argv) < 3):
     usage()
     sys.exit(255)