diff --git a/usr.sbin/npf/npfctl/npfctl.c b/usr.sbin/npf/npfctl/npfctl.c index 61aa6f0cf89e..a489315f5c6b 100644 --- a/usr.sbin/npf/npfctl/npfctl.c +++ b/usr.sbin/npf/npfctl/npfctl.c @@ -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 -__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 #include @@ -150,7 +150,7 @@ usage(void) "\t%s save | load\n", progname); fprintf(stderr, - "\t%s list [-46hnNw] [-i ]\n", + "\t%s list [-46hNnw] [-i ]\n", progname); exit(EXIT_FAILURE); }