summaryrefslogtreecommitdiff
path: root/completions/appdata-validate
diff options
context:
space:
mode:
Diffstat (limited to 'completions/appdata-validate')
-rw-r--r--completions/appdata-validate8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/appdata-validate b/completions/appdata-validate
index 3285a3b3..e6c6ddd6 100644
--- a/completions/appdata-validate
+++ b/completions/appdata-validate
@@ -10,9 +10,9 @@ _appdata_validate()
return
;;
--output-format)
- COMPREPLY=( $( compgen -W "$( $1 --help |
- command sed -ne 's/--output-format.*\[\(.*\)\]/\1/' -e 's/|/ /gp' )" \
- -- "$cur" ) )
+ COMPREPLY=( $(compgen -W "$($1 --help |
+ command sed -ne 's/--output-format.*\[\(.*\)\]/\1/' -e 's/|/ /gp')" \
+ -- "$cur") )
return
;;
esac
@@ -20,7 +20,7 @@ _appdata_validate()
$split && return
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi