diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/completion/be.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/completion/be.zsh b/misc/completion/be.zsh index 36cfddc..1d6744e 100644 --- a/misc/completion/be.zsh +++ b/misc/completion/be.zsh @@ -237,7 +237,6 @@ _be-serve () { '(-r --read-only)'{-r,--read-only}'[Disable operations that require writing]' \ '(-n --notify)'{-n,--notify=-}'[Send notification emails for changes]' \ '(-s --ssl)'{-s,--ssl}'[Use CherryPy to serve HTTPS (HTTP over SSL/TLS)]' \ - '(-a --auth)'{-a,--auth=-}'[Require authentication]' \ && return 0 } |