diff options
Diffstat (limited to 'toys/other/help.c')
-rw-r--r-- | toys/other/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/other/help.c b/toys/other/help.c index 5e2b6ec4..2c175552 100644 --- a/toys/other/help.c +++ b/toys/other/help.c @@ -1,10 +1,10 @@ /* vi: set sw=4 ts=4: * - * help.c - Show help for toybox + * help.c - Show help for toybox commands * * Copyright 2007 Rob Landley <rob@landley.net> * - * Not in SUSv3, but exists as a bash builtin. + * Often a shell builtin. USE_HELP(NEWTOY(help, "<1", TOYFLAG_BIN)) |