From 575781bda322d149281ad5beb22f12099c0248cc Mon Sep 17 00:00:00 2001 From: David O'Shaughnessy Date: Sat, 27 Apr 2019 12:19:19 -0700 Subject: update sboclean completion for 2.6 --- completions/zsh/_sboclean | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/zsh/_sboclean b/completions/zsh/_sboclean index 6394ed3..8eeda20 100644 --- a/completions/zsh/_sboclean +++ b/completions/zsh/_sboclean @@ -7,8 +7,8 @@ _arguments -s \ '(-)'{-h,--help}'[Show help.]:' \ '(-)'{-v,--version}'[Show version.]:' \ - commands \ - '(-d --clean-dist)'{-d,--clean-dist}'[Clean distfiles (default /usr/sbo/distfiles).]' \ - '(-w --clean-work)'{-w,--clean-work}'[Clean working directories (default /tmp/SBo; /tmp for compat32).]' \ + '(-d --dist)'{-d,--dist}'[Clean distfiles (default /usr/sbo/distfiles).]' \ + '(-w --work)'{-w,--work}'[Clean working directories (default /tmp/SBo; /tmp for compat32).]' \ '(-i --interactive)'{-i,--interactive}'[Ask for confirmation for each item to be removed.]' \ && return 0 -- cgit v1.2.3