Slightly modify the "publish" command description
[stgit] / stgit / commands / publish.py
index 71b8118..391a6a2 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 = """