summaryrefslogtreecommitdiff
path: root/shell/bash-completion
diff options
context:
space:
mode:
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