From 7f85a0dd4a9df5a70ffc6cb4207371f37bf83e52 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Sun, 5 Nov 2017 12:09:18 -0300 Subject: zsh: Fix delegation of dscs options to dsc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther --- debian/git-buildpackage.zsh-completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/git-buildpackage.zsh-completion b/debian/git-buildpackage.zsh-completion index 90ae348b..f087410f 100644 --- a/debian/git-buildpackage.zsh-completion +++ b/debian/git-buildpackage.zsh-completion @@ -181,7 +181,7 @@ _gbp-import-dsc() { _gbp-import-dscs() { # same options - _gbp-import_dsc + _gbp-import-dsc _arguments \ '--debsnap[Fetch snapshots from snapshots.debian.org]' \ '--ignore-repo-config[Ignore options in gbp.conf]' @@ -375,7 +375,7 @@ _gbp-dch () { __gbp_tag_format_options _arguments \ - '--git-ignore-branch[build although debian-branch != current branch]' \ + '--ignore-branch[build although debian-branch != current branch]' \ '--since=-[Start point for reading commits]:commitish:' \ '--auto[Guess the last commit documented in the changelog]' \ '(--meta --no-meta)--meta[Parse meta tags]' \ -- cgit v1.2.3