summaryrefslogtreecommitdiff
path: root/completions/pyvenv
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pyvenv')
-rw-r--r--completions/pyvenv6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/pyvenv b/completions/pyvenv
index d5135e87..527a3840 100644
--- a/completions/pyvenv
+++ b/completions/pyvenv
@@ -6,20 +6,20 @@ _pyvenv()
_init_completion -s || return
case $prev in
- -h|--help)
+ -h | --help)
return
;;
esac
$split && return
- if [[ "$cur" == -* ]]; then
+ if [[ $cur == -* ]]; then
_longopt "$1"
return
fi
_filedir -d
} &&
-complete -F _pyvenv pyvenv pyvenv-3.{4..8}
+ complete -F _pyvenv pyvenv pyvenv-3.{4..8}
# ex: filetype=sh