summaryrefslogtreecommitdiff
path: root/completions/arch
diff options
context:
space:
mode:
Diffstat (limited to 'completions/arch')
-rw-r--r--completions/arch6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/arch b/completions/arch
index 3bb5f571..74e9adec 100644
--- a/completions/arch
+++ b/completions/arch
@@ -10,7 +10,7 @@ _arch()
case $prev in
-w|-g|-d|--welcome-msg|--goodbye-msg|--digest)
- COMPREPLY=( $( compgen -W 'y n' -- "$cur") )
+ COMPREPLY=( $( compgen -W 'y n' -- "$cur" ) )
return 0
;;
-d|--file)
@@ -22,8 +22,8 @@ _arch()
$split && return 0
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--wipe --start --end --quiet \
- --help' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--wipe --start --end --quiet --help' \
+ -- "$cur" ) )
else
local args=$cword
for (( i=1; i < cword; i++ )); do