diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-08-23 18:18:10 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-08-23 18:34:09 +0200 |
commit | 68c053ff469eb48efbbc4f6d20cd6f9cdec9ff3d (patch) | |
tree | db09744040d51eeabc435ca5715d869f93f09977 /gbp/scripts/pull.py | |
parent | 04aa92f1d283e5995998d70580de0c8c21c40133 (diff) | |
download | git-buildpackage-68c053ff469eb48efbbc4f6d20cd6f9cdec9ff3d.tar.gz git-buildpackage-68c053ff469eb48efbbc4f6d20cd6f9cdec9ff3d.tar.bz2 git-buildpackage-68c053ff469eb48efbbc4f6d20cd6f9cdec9ff3d.zip |
Unify doc strings a bit
since they now show up with --list-cmds
Diffstat (limited to 'gbp/scripts/pull.py')
-rwxr-xr-x | gbp/scripts/pull.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pull.py b/gbp/scripts/pull.py index fb0d8271..65e3e492 100755 --- a/gbp/scripts/pull.py +++ b/gbp/scripts/pull.py @@ -17,7 +17,7 @@ # # heavily inspired by dom-safe-pull which is © 2009 Stéphane Glondu <steph@glondu.net> # -"""fast forward debian, upstream and pristine-tar branch""" +"""Pull remote changes and fast forward debian, upstream and pristine-tar branch""" import ConfigParser import sys |