Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/006b06aa5a1b
branches:  trunk
changeset: 820047:006b06aa5a1b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Dec 27 20:24:32 2016 +0000

description:
Sort options in usage.

diffstat:

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

diffs (27 lines):

diff -r 290115aea6f8 -r 006b06aa5a1b usr.sbin/npf/npfctl/npfctl.c
--- a/usr.sbin/npf/npfctl/npfctl.c      Tue Dec 27 20:14:35 2016 +0000
+++ b/usr.sbin/npf/npfctl/npfctl.c      Tue Dec 27 20:24:32 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npfctl.c,v 1.50 2016/12/27 20:14:35 christos Exp $     */
+/*     $NetBSD: npfctl.c,v 1.51 2016/12/27 20:24:32 wiz Exp $  */
 
 /*-
  * Copyright (c) 2009-2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: npfctl.c,v 1.50 2016/12/27 20:14:35 christos Exp $");
+__RCSID("$NetBSD: npfctl.c,v 1.51 2016/12/27 20:24:32 wiz Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -150,7 +150,7 @@
            "\t%s save | load\n",
            progname);
        fprintf(stderr,
-           "\t%s list [-46hnNw] [-i <ifname>]\n",
+           "\t%s list [-46hNnw] [-i <ifname>]\n",
            progname);
        exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index