Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/logger Sync usage with SYNOPSIS.



details:   https://anonhg.NetBSD.org/src/rev/24216706cc62
branches:  trunk
changeset: 779037:24216706cc62
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 27 06:30:48 2012 +0000

description:
Sync usage with SYNOPSIS.

diffstat:

 usr.bin/logger/logger.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r dd678c7afd3d -r 24216706cc62 usr.bin/logger/logger.c
--- a/usr.bin/logger/logger.c   Fri Apr 27 04:38:24 2012 +0000
+++ b/usr.bin/logger/logger.c   Fri Apr 27 06:30:48 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: logger.c,v 1.16 2012/04/26 21:11:24 christos Exp $     */
+/*     $NetBSD: logger.c,v 1.17 2012/04/27 06:30:48 wiz Exp $  */
 
 /*
  * Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)logger.c   8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: logger.c,v 1.16 2012/04/26 21:11:24 christos Exp $");
+__RCSID("$NetBSD: logger.c,v 1.17 2012/04/27 06:30:48 wiz Exp $");
 #endif /* not lint */
 
 #include <errno.h>
@@ -196,8 +196,8 @@
 {
 
        (void)fprintf(stderr,
-           "Usage: %s [-cins] [-f file] [-p pri] [-t tag] "
-           "[-m msgid] [-d SD] [ message ... ]\n",
+           "Usage: %s [-cins] [-d SD] [-f file] [-m msgid] "
+           "[-p pri] [-t tag] [message ...]\n",
            getprogname());
        exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index