aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_sboclean
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh/_sboclean')
-rw-r--r--completions/zsh/_sboclean4
1 files 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