summaryrefslogtreecommitdiff
path: root/completions/eog
diff options
context:
space:
mode:
Diffstat (limited to 'completions/eog')
-rw-r--r--completions/eog3
1 files changed, 1 insertions, 2 deletions
diff --git a/completions/eog b/completions/eog
index d5621119..d10cbbae 100644
--- a/completions/eog
+++ b/completions/eog
@@ -14,8 +14,7 @@ _eog()
$split && return
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" --help-all )' \
- -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1" --help-all)' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi