From: Catalin Marinas Date: Sat, 24 Oct 2009 21:45:35 +0000 (+0100) Subject: Slightly modify the "publish" command description X-Git-Tag: v0.15^0 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/737b7d8ea727d6c473be12fc7478df613391da08?hp=b5f9ac877269649808ffa1c392ce5b35e31324f3 Slightly modify the "publish" command description Signed-off-by: Catalin Marinas --- 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 = """