diff options
Diffstat (limited to 'debian/bin/do-dch')
-rwxr-xr-x | debian/bin/do-dch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/bin/do-dch b/debian/bin/do-dch index f07b9bd41..da40d6bcb 100755 --- a/debian/bin/do-dch +++ b/debian/bin/do-dch @@ -1,7 +1,7 @@ #!/bin/sh -# This runs git-dch with appropriate options. +# This runs "gbp dch" with appropriate options. # -# All given options are handed over to git-dch without tampering. You +# All given options are handed over to "gbp dch" without tampering. You # should probably give a --since="..." definition, so the program knows # were to start. Also, when you're planning on a release, pass `-R'. For # snapshots, use `-S'. @@ -11,7 +11,7 @@ # # At the end an editor is spawned on debian/changelog no matter what. -git-dch \ +gbp dch \ --spawn-editor=never \ "$@" |