diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-09-12 23:34:22 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-09-28 00:15:51 +0200 |
commit | 5dd90ef848e99e86601807fd829f6586dc2ab6fc (patch) | |
tree | fbb28253133d5f4b7e088c925005f0bde2504f08 /zsh_completion.in | |
parent | 5246cb9aa5bdc390c793dc261b28f3439aaad4c0 (diff) | |
download | devtools32-5dd90ef848e99e86601807fd829f6586dc2ab6fc.tar.xz |
checkpkg: add option to print a warning in case of differences
Sometimes its desired to be explicitly made aware of differences
reporter by checkpkg via printing a warning instead of a regular
message.
Automatically use --warn for makechrootpkg builds so packagers are made
visibly aware of a soname bump by simply looking out for colors
indicating non success messages.
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'zsh_completion.in')
-rw-r--r-- | zsh_completion.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh_completion.in b/zsh_completion.in index 47719e5..f1d7f9d 100644 --- a/zsh_completion.in +++ b/zsh_completion.in @@ -56,6 +56,7 @@ _rebuildpkgs_args=( _checkpkg_args=( '(-r --rmdir)'{-r,--rmdir}'[Remove the temporary directory]' + '(-w --warn)'{-w,--warn}'[Print a warning in case of differences]' '(-h --help)'{-h,--help}'[Display usage]' ) |