From 75731efa8543e057cd370cc7591222aa105f4fea Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 2 Nov 2017 22:18:07 -0700 Subject: fix: remove Zsh completion hint for --auth This should have been removed in 4db24aa71fa2dded9e2c26fcacd3a8659eb62b7f. --- misc/completion/be.zsh | 1 - 1 file changed, 1 deletion(-) 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 } -- cgit