From fe675f24f8afae61702b3e2aee9af34dd84a4d5b Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 10 Nov 1999 23:13:02 +0000 Subject: Updates to usage, and made tar work. -Erik git-svn-id: svn://busybox.net/trunk/busybox@94 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- rm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rm.c') diff --git a/rm.c b/rm.c index 077e792f9..e6132ab35 100644 --- a/rm.c +++ b/rm.c @@ -27,8 +27,9 @@ #include #include -static const char* rm_usage = "rm [OPTION]... FILE...\n" +static const char* rm_usage = "rm [OPTION]... FILE...\n\n" "Remove (unlink) the FILE(s).\n\n" +"Options:\n" "\t-f\tremove existing destinations, never prompt\n" "\t-r\tremove the contents of directories recursively\n"; -- cgit v1.2.3-55-g6feb