summaryrefslogtreecommitdiff
path: root/completions/unshunt
diff options
context:
space:
mode:
Diffstat (limited to 'completions/unshunt')
-rw-r--r--completions/unshunt4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/unshunt b/completions/unshunt
index 6e208d0c..8815f843 100644
--- a/completions/unshunt
+++ b/completions/unshunt
@@ -6,7 +6,7 @@ _unshunt()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--help' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
else
_filedir -d
fi
@@ -14,4 +14,4 @@ _unshunt()
} &&
complete -F _unshunt unshunt
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh