mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Follow to PR #601: still one type
The previous PR#601 fixed "compabilty" on 3 lines over 4. The PR fixes the last one
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ _arguments -C \
|
||||
{-h,--help}'[display usage information]' \
|
||||
{-d,--directory}'[remove empty directories - ignored (for GNU rm compatibility)]' \
|
||||
{-f,--force}'[ignore nonexistent arguments and never prompt - ignored (for GNU rm compatibility)]' \
|
||||
{-i,--interactive}'[prompt before every removal - ignored (for GNU rm compabilty)]' \
|
||||
{-i,--interactive}'[prompt before every removal - ignored (for GNU rm compatibility)]' \
|
||||
{-r,-R,--recursive}'[remove directories and their content recursively - ignored (for GNU rm compatibility)]' \
|
||||
{-v,--verbose}'[explain what is being done]' \
|
||||
'*: :_files'
|
||||
|
||||
Reference in New Issue
Block a user