From 1d1d95051a288b6bf64498aac9fb20047f384b7d Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 21 Apr 2000 01:26:49 +0000 Subject: More Doc updates. cmdedit and more termio fixes. --- cat.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cat.c') diff --git a/cat.c b/cat.c index f7a6bfa7b..561b24f3f 100644 --- a/cat.c +++ b/cat.c @@ -45,7 +45,11 @@ extern int cat_main(int argc, char **argv) } if (**(argv + 1) == '-') { - usage("cat [file ...]\n"); + usage("cat [FILE ...]\n" +#ifndef BB_FEATURE_TRIVIAL_HELP + "\nConcatenates FILE(s) and prints them to the standard output.\n" +#endif + ); } argc--; -- cgit v1.2.3