diff options
author | Matthew Fernandez <matthew.fernandez@gmail.com> | 2017-11-02 22:18:07 -0700 |
---|---|---|
committer | Matthew Fernandez <matthew.fernandez@gmail.com> | 2017-11-02 22:18:07 -0700 |
commit | 75731efa8543e057cd370cc7591222aa105f4fea (patch) | |
tree | 3192b993e5acaa52654157044978f93d226129db /misc | |
parent | 76d724bcc691d382d0f0541a0761c5f2f4da0ffc (diff) | |
download | bugseverywhere-75731efa8543e057cd370cc7591222aa105f4fea.tar.gz |
fix: remove Zsh completion hint for --auth
This should have been removed in 4db24aa71fa2dded9e2c26fcacd3a8659eb62b7f.
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 } |