lockbox

password manager
Log | Files | Refs | README | LICENSE

commit cc52ab3da23fe0118407618e5b8ce6e08a2a7039
parent 14e5c9b73471c6a09dbf51952e9df8fdc5278896
Author: Sean Enck <sean@ttypty.com>
Date:   Sat, 15 Oct 2022 10:01:24 -0400

this is actually NOT allowed

Diffstat:
Mcontrib/completions.bash | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/contrib/completions.bash b/contrib/completions.bash @@ -57,8 +57,6 @@ _lb() { "insert") if [ "${COMP_WORDS[2]}" == "-multi" ]; then opts=$(lb ls) - else - opts="-multi" fi ;; "mv")