aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@gmail.com>2009-10-24 22:45:35 +0100
committerCatalin Marinas <catalin.marinas@gmail.com>2009-10-24 22:45:35 +0100
commit737b7d8ea727d6c473be12fc7478df613391da08 (patch)
tree55e909bc9edce33894a6be21f1d62b64d87c7729
parentb5f9ac877269649808ffa1c392ce5b35e31324f3 (diff)
downloadstgit-737b7d8ea727d6c473be12fc7478df613391da08.tar.gz
Slightly modify the "publish" command descriptionv0.15
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
-rw-r--r--stgit/commands/publish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stgit/commands/publish.py b/stgit/commands/publish.py
index 71b8118..391a6a2 100644
--- a/stgit/commands/publish.py
+++ b/stgit/commands/publish.py
@@ -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 = """