chiark / gitweb /
Slightly modify the "publish" command description v0.15
authorCatalin Marinas <catalin.marinas@gmail.com>
Sat, 24 Oct 2009 21:45:35 +0000 (22:45 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sat, 24 Oct 2009 21:45:35 +0000 (22:45 +0100)
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/publish.py

index 71b8118593b60e8d4f47c39092e463377989b13a..391a6a241c8bba0ea4b41e5aacb1c272173faebc 100644 (file)
@@ -23,7 +23,7 @@ from stgit.lib import git, stack
 from stgit.out import out
 from stgit import utils
 
-help = 'Publish the stack changes to a merge-friendly head'
+help = 'Push the stack changes to a merge-friendly branch'
 kind = 'stack'
 usage = ['[options] [branch]']
 description = """