From f91b7c89bc852868692b9518185421ebb52d67b3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 25 Aug 2012 18:08:51 -0500 Subject: Regularize command headers, update links to standards documents. --- toys/other/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/other/help.c') 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 * - * Not in SUSv3, but exists as a bash builtin. + * Often a shell builtin. USE_HELP(NEWTOY(help, "<1", TOYFLAG_BIN)) -- cgit v1.2.3