chiark / gitweb /
Stop advertising 'pull' as the only operation blocked on protected stacks.
authorYann Dirson <ydirson@altern.org>
Tue, 10 Apr 2007 21:47:10 +0000 (22:47 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 10 Apr 2007 21:47:10 +0000 (22:47 +0100)
Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/commands/branch.py

index eff0121961187e93ee21112309548b30ffaef253..5f79f7ed87dee54ceccb163f2ceb180b85deea5e 100644 (file)
@@ -58,13 +58,13 @@ options = [make_option('-c', '--create',
                        help = 'list branches contained in this repository',
                        action = 'store_true'),
            make_option('-p', '--protect',
-                       help = 'prevent "stg pull" from modifying this branch',
+                       help = 'prevent StGIT from modifying this branch',
                        action = 'store_true'),
            make_option('-r', '--rename',
                        help = 'rename an existing development branch',
                        action = 'store_true'),
            make_option('-u', '--unprotect',
-                       help = 'allow "stg pull" to modify this branch',
+                       help = 'allow StGIT to modify this branch',
                        action = 'store_true')]