index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Heusel <christian@heusel.eu> | 2023-09-02 12:31:12 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-11-26 18:23:17 +0100 |
commit | 9a356eae828ce0e75d49e3efdb42bac089eb528a (patch) | |
tree | 5001c1bd9bff0e4cff2e10d31e9ab56242f9a537 /contrib/completion/bash | |
parent | ae14c246b800139e3a8f5589fb8fe12aaeab6a76 (diff) |
-rw-r--r-- | contrib/completion/bash/devtools.in | 1 |
diff --git a/contrib/completion/bash/devtools.in b/contrib/completion/bash/devtools.in index 78f0741..83264ce 100644 --- a/contrib/completion/bash/devtools.in +++ b/contrib/completion/bash/devtools.in @@ -325,6 +325,7 @@ _pkgctl_repo_switch_opts() { _pkgctl_repo_web_args=( + --print -h --help ) _pkgctl_repo_web_opts() { _filedir -d; } |