summaryrefslogtreecommitdiff
path: root/completions/p4
diff options
context:
space:
mode:
Diffstat (limited to 'completions/p4')
-rw-r--r--completions/p48
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/p4 b/completions/p4
index d0d984b2..4e47267f 100644
--- a/completions/p4
+++ b/completions/p4
@@ -19,9 +19,9 @@ _p4()
elif [[ $cword -eq 2 ]]; then
case $prev in
help)
- COMPREPLY=( $( compgen -W "simple commands \
- environment filetypes jobview revisions \
- usage views $p4commands" -- "$cur" ) )
+ COMPREPLY=( $( compgen -W "simple commands environment
+ filetypes jobview revisions usage views $p4commands" \
+ -- "$cur" ) )
;;
admin)
COMPREPLY=( $( compgen -W "checkpoint stop" -- "$cur" ) )
@@ -34,7 +34,7 @@ _p4()
-t)
case ${words[$cword-2]} in
add|edit|reopen)
- COMPREPLY=( $( compgen -W "$p4filetypes" -- "$cur") )
+ COMPREPLY=( $( compgen -W "$p4filetypes" -- "$cur" ) )
;;
*)
;;