summaryrefslogtreecommitdiff
path: root/completions/installpkg
diff options
context:
space:
mode:
Diffstat (limited to 'completions/installpkg')
-rw-r--r--completions/installpkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/installpkg b/completions/installpkg
index 956f5d0c..cdaf816c 100644
--- a/completions/installpkg
+++ b/completions/installpkg
@@ -21,8 +21,8 @@ _installpkg()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--warn --md5sum --root --infobox --terse \
- --menu --ask --priority --tagfile' -- "$cur") )
+ COMPREPLY=( $( compgen -W '--warn --md5sum --root --infobox --terse
+ --menu --ask --priority --tagfile' -- "$cur" ) )
return 0
fi