commit | 20c0d07e952ab764b6d8d46bfe30c30efcba005c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Aug 18 19:23:51 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Aug 18 19:23:51 2017 +0200 |
tree | a0b906e771ef4288561783ac89f21783cd065ef2 | |
parent | ab77e81a8527fa11a4f9392d97c2da037d6f4f98 [diff] [blame] |
nuke: shorten help text Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/klibc-utils/nuke.c b/klibc-utils/nuke.c index 363e03c..a5d2f8d 100644 --- a/klibc-utils/nuke.c +++ b/klibc-utils/nuke.c
@@ -16,7 +16,7 @@ //usage:#define nuke_trivial_usage //usage: "DIR..." //usage:#define nuke_full_usage "\n\n" -//usage: "Resursively remove DIRs" +//usage: "Remove DIRs" #include "libbb.h"