summaryrefslogtreecommitdiff
path: root/completions/xxd
diff options
context:
space:
mode:
Diffstat (limited to 'completions/xxd')
-rw-r--r--completions/xxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/xxd b/completions/xxd
index f190d75a..f6bcb4a2 100644
--- a/completions/xxd
+++ b/completions/xxd
@@ -12,7 +12,7 @@ _xxd()
esac
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" -h )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1" -h)' -- "$cur") )
return
fi