Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 08:01:03 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@redirect.to>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/27986: date usage string is missing -j
Message-ID:  <200106090601.f59612o96801@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         27986
>Category:       bin
>Synopsis:       date usage string is missing -j
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 08 23:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
ACME
>Environment:

System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #26: Wed May 23 12:46:38 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	all is in the subject.

>How-To-Repeat:
	man date
	date -?
>Fix:

Index: date.c
===================================================================
RCS file: /home/ncvs/src/bin/date/date.c,v
retrieving revision 1.32.2.4
diff -u -r1.32.2.4 date.c
--- date.c	2001/05/20 11:45:36	1.32.2.4
+++ date.c	2001/06/09 05:57:36
@@ -303,7 +303,7 @@
 usage()
 {
 	(void)fprintf(stderr, "%s\n%s\n",
-	    "usage: date [-nu] [-d dst] [-r seconds] [-t west] "
+	    "usage: date [-jnu] [-d dst] [-r seconds] [-t west] "
 	    "[-v[+|-]val[ymwdHMS]] ... ",
 	    "            "
 	    "[-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]");
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106090601.f59612o96801>