index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2024-01-18 03:33:13 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2024-01-22 19:45:04 +0100 |
commit | b258bb3b7c55d06bad108400450acd32cff05366 (patch) | |
tree | 426d1e27c1b295998e088cb1e9cb72dee7ce1e6f /contrib/completion/bash | |
parent | 08ece1640b360d741bd08dc6dc028a42682aa4ed (diff) |
-rw-r--r-- | contrib/completion/bash/devtools.in | 2 |
diff --git a/contrib/completion/bash/devtools.in b/contrib/completion/bash/devtools.in index 101bd78..f8b1c9f 100644 --- a/contrib/completion/bash/devtools.in +++ b/contrib/completion/bash/devtools.in @@ -343,12 +343,14 @@ _pkgctl_version_cmds=( ) _pkgctl_version_check_args=( + -v --verbose -h --help ) _pkgctl_version_check_opts() { _filedir -d; } _pkgctl_version_upgrade_args=( + -v --verbose -h --help ) |