diff options
author | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
commit | f91b7c89bc852868692b9518185421ebb52d67b3 (patch) | |
tree | 6b8f19c9c5b0a517d3686802a894a8640b589123 /toys/other/help.c | |
parent | 58b7d96e1d6157062b4f4f14b8e968451c026af3 (diff) | |
download | toybox-f91b7c89bc852868692b9518185421ebb52d67b3.tar.gz |
Regularize command headers, update links to standards documents.
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)) |