diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2011-06-20 02:24:56 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2011-06-20 02:24:56 +0000 |
| commit | 67ef9605f12969b5eab407f83fb117867b15655f (patch) | |
| tree | 782622f6e2f43fcfd6e481ac6e8089dba4ce579a /Completion/Debian | |
| parent | Luka Perkov: 29493: handle apvlv (diff) | |
| download | zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.gz zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.bz2 zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.lz zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.xz zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.zst zsh-67ef9605f12969b5eab407f83fb117867b15655f.zip | |
unposted: clean up completion descriptions as per Etc/completion-style-guide
Diffstat (limited to 'Completion/Debian')
| -rw-r--r-- | Completion/Debian/Command/_git-buildpackage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_git-buildpackage b/Completion/Debian/Command/_git-buildpackage index 784d53028..936539fcc 100644 --- a/Completion/Debian/Command/_git-buildpackage +++ b/Completion/Debian/Command/_git-buildpackage @@ -30,7 +30,7 @@ _arguments \ '--git-prebuild=-[command to run before a build]:command:' \ '--git-postbuild=-[hook run after a successful build]:command:' \ '--git-posttag=-[hook run after a successful tag operation]:command:' \ - '--git-pbuilder[Invoke git-pbuilder for building]' \ + '--git-pbuilder[invoke git-pbuilder for building]' \ '--git-no-pbuilder[negates --git-pbuilder]' \ '--git-dist=-[build for this distribution when using git-pbuilder]:distribution:' \ '--git-arch=-[build for this architecture when using git-pbuilder]:architecture:' \ |
