parent
84a820a798
commit
4c700530b7
|
@ -42,10 +42,10 @@
|
|||
_arguments -C \
|
||||
'--version[display version information]' \
|
||||
{-h,--help}'[display usage information]' \
|
||||
{-d,--directory}'[remove empty directories - ignored (for GNU rm compabilty)]' \
|
||||
{-f,--force}'[ignore nonexistent arguments and never prompt - ignored (for GNU rm compabilty)]' \
|
||||
{-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)]' \
|
||||
{-r,-R,--recursive}'[remove directories and their content recursively - ignored (for GNU rm compabilty)]' \
|
||||
{-r,-R,--recursive}'[remove directories and their content recursively - ignored (for GNU rm compatibility)]' \
|
||||
{-v,--verbose}'[explain what is being done]' \
|
||||
'*: :_files'
|
||||
|
||||
|
|
Loading…
Reference in New Issue