aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/rm.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/rm.fish')
-rw-r--r--init/completions/rm.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/rm.fish b/init/completions/rm.fish
index 55b78441..f869fdbd 100644
--- a/init/completions/rm.fish
+++ b/init/completions/rm.fish
@@ -2,8 +2,8 @@
complete -c rm -s d -l directory -d (_ "Unlink directory (Only by superuser)")
complete -c rm -s f -l force -d (_ "Never prompt before removal")
complete -c rm -s i -l interactive -d (_ "Prompt before removal")
-complete -c rm -s r -l recursive -d (_ "Remove content of subdirectories")
-complete -c rm -s R -d (_ "Remove content of subdirectories")
+complete -c rm -s r -l recursive -d (_ "Recursively remove subdirectories")
+complete -c rm -s R -d (_ "Recursively remove subdirectories")
complete -c rm -s v -l verbose -d (_ "Explain what is done")
complete -c rm -s h -l help -d (_ "Display help and exit")
complete -c rm -l version -d (_ "Display version and exit")