From 79e2f3ec19f97fd32ace43a3ec9d5aec376ed939 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Fri, 25 May 2012 21:56:00 +0100 Subject: [PATCH] rm: update manpage --- rm.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rm.1 b/rm.1 index 297d645..3adbf3f 100644 --- a/rm.1 +++ b/rm.1 @@ -14,7 +14,6 @@ removes the given files and directories. ignore files that cannot be removed. .TP .B \-r -remove directories recursively. If this flag is not specified, directories are -not removed. +remove directories recursively. .SH SEE ALSO .IR remove (3)