Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Sort options in usage.



details:   https://anonhg.NetBSD.org/src/rev/f79f1bc1daa0
branches:  trunk
changeset: 329090:f79f1bc1daa0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon May 05 21:04:09 2014 +0000

description:
Sort options in usage.

diffstat:

 usr.bin/config/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 58d02b1b6013 -r f79f1bc1daa0 usr.bin/config/main.c
--- a/usr.bin/config/main.c     Mon May 05 20:56:15 2014 +0000
+++ b/usr.bin/config/main.c     Mon May 05 21:04:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.52 2014/05/05 19:08:13 martin Exp $ */
+/*     $NetBSD: main.c,v 1.53 2014/05/05 21:04:09 wiz Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -486,8 +486,8 @@
 static void
 usage(void)
 {
-       (void)fprintf(stderr, "Usage: %s [-Ppv] [-s srcdir] [-b builddir] "
-           "[-D var=value] [-U var] "
+       (void)fprintf(stderr, "Usage: %s [-Ppv] [-b builddir] [-D var=value] "
+           "[-s srcdir] [-U var] "
            "[config-file]\n\t%s -x [kernel-file]\n"
            "\t%s -L [-v] [-s srcdir] [config-file]\n", 
            getprogname(), getprogname(), getprogname());



Home | Main Index | Thread Index | Old Index