summaryrefslogtreecommitdiffstats
path: root/bin/date/date.c
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1997-10-01 05:44:35 +0000
committerdanny <danny@FreeBSD.org>1997-10-01 05:44:35 +0000
commitbec24859940a092b06f91d043f74ccfb2f398e1a (patch)
tree3283420b98adbdddd4f5696a35286c7dbd52f5a2 /bin/date/date.c
parent9bb9e305969e89e96e986d8770722437062010ee (diff)
downloadFreeBSD-src-bec24859940a092b06f91d043f74ccfb2f398e1a.zip
FreeBSD-src-bec24859940a092b06f91d043f74ccfb2f398e1a.tar.gz
Add the '-s' flag to the usage string.
Diffstat (limited to 'bin/date/date.c')
-rw-r--r--bin/date/date.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index 0d61d6b..62a1341 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: date.c,v 1.18 1997/09/30 20:06:15 joerg Exp $
+ * $Id: date.c,v 1.19 1997/10/01 05:24:08 danny Exp $
*/
#ifndef lint
@@ -281,7 +281,7 @@ static void
usage()
{
(void)fprintf(stderr, "%s\n%s\n",
- "usage: date [-nu] [-d dst] [-r seconds] [-t west] [+format]",
+ "usage: date [-nsu] [-d dst] [-r seconds] [-t west] [+format]",
" [-v [+|-]val[ymwdHM]] ... [-f fmt date | [[[[yy]mm]dd]HH]MM[.ss]]");
exit(1);
}
OpenPOWER on IntegriCloud