summaryrefslogtreecommitdiff
path: root/completions/change_pw
diff options
context:
space:
mode:
Diffstat (limited to 'completions/change_pw')
-rw-r--r--completions/change_pw4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/change_pw b/completions/change_pw
index 98852583..abc7d6b1 100644
--- a/completions/change_pw
+++ b/completions/change_pw
@@ -15,8 +15,8 @@ _change_pw()
$split && return 0
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--all --domain --listname \
- --password --quiet --help' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--all --domain --listname --password --quiet
+ --help' -- "$cur" ) )
fi
} &&