diff options
author | Daniel O'Callaghan <danny@FreeBSD.org> | 1997-10-01 05:44:35 +0000 |
---|---|---|
committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1997-10-01 05:44:35 +0000 |
commit | 34de7199ea2963cae5cfe91bc9f7f62ff4f9c9f6 (patch) | |
tree | e444107f48c2887e22d1658218110d4791826ae7 /bin | |
parent | 70a53cd743bf1635e6ca759080955afbaf4547bd (diff) | |
download | src-34de7199ea2963cae5cfe91bc9f7f62ff4f9c9f6.tar.gz src-34de7199ea2963cae5cfe91bc9f7f62ff4f9c9f6.zip |
Add the '-s' flag to the usage string.
Notes
Notes:
svn path=/head/; revision=30021
Diffstat (limited to 'bin')
-rw-r--r-- | bin/date/date.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.c b/bin/date/date.c index 0d61d6b6d1a8..62a1341ffca0 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); } |