summaryrefslogtreecommitdiff
path: root/shell/bash-completion
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-11 11:54:38 +0100
committerErich Eckner <git@eckner.net>2019-02-11 11:54:38 +0100
commitab9921aacc92c4615fa448644ded1f3e92a6ac60 (patch)
treeae18b3ceeac3c4a11dedd84774965aea53720628 /shell/bash-completion
parent0353a5d9eac206a0b717a4dfe3b76aa6b8b4f334 (diff)
parent5cd27dc16d8b1ae256a97feb70c54490ca4f8d45 (diff)
downloadasp32-ab9921aacc92c4615fa448644ded1f3e92a6ac60.tar.xz
Merge branch 'next'
Diffstat (limited to 'shell/bash-completion')
-rw-r--r--shell/bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bash-completion b/shell/bash-completion
index 3eebbd3..881ab3d 100644
--- a/shell/bash-completion
+++ b/shell/bash-completion
@@ -23,7 +23,7 @@ _asp() {
# flags
local -A opts=(
[UNKNOWN]='-a'
- [NONE]='-f -h -V'
+ [NONE]='-f -h -u -V'
)
if in_array "$prev" ${opts[UNKNOWN]}; then