Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/ofctl Sort options in usage.



details:   https://anonhg.NetBSD.org/src/rev/fbadd7025cd3
branches:  trunk
changeset: 319368:fbadd7025cd3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon May 28 12:42:45 2018 +0000

description:
Sort options in usage.

diffstat:

 usr.sbin/ofctl/ofctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bd1a31b9df0f -r fbadd7025cd3 usr.sbin/ofctl/ofctl.c
--- a/usr.sbin/ofctl/ofctl.c    Mon May 28 12:42:02 2018 +0000
+++ b/usr.sbin/ofctl/ofctl.c    Mon May 28 12:42:45 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofctl.c,v 1.13 2018/05/26 10:21:41 jmcneill Exp $      */
+/*     $NetBSD: ofctl.c,v 1.14 2018/05/28 12:42:45 wiz Exp $   */
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 #ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 2006, 2007\
  The NetBSD Foundation, Inc.  All rights reserved.");
-__RCSID("$NetBSD: ofctl.c,v 1.13 2018/05/26 10:21:41 jmcneill Exp $");
+__RCSID("$NetBSD: ofctl.c,v 1.14 2018/05/28 12:42:45 wiz Exp $");
 #endif /* not lint */
 
 #include <stdio.h>
@@ -513,7 +513,7 @@
                }
        }
        if (errflag)
-               errx(1, "usage: ofctl [-plv] [-f file] [-r propfile] [-w propfile] [node...]");
+               errx(1, "usage: ofctl [-lpv] [-f file] [-r propfile] [-w propfile] [node...]");
 
        if (propfilein != NULL) {
                of_proplib = prop_dictionary_internalize_from_file(propfilein);



Home | Main Index | Thread Index | Old Index