Module Name: src
Committed By: christos
Date: Mon Mar 11 00:34:43 UTC 2013
Modified Files:
src/usr.sbin/npf/npfctl: npfctl.c
Log Message:
remove dup usage.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/npf/npfctl/npfctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/npfctl/npfctl.c
diff -u src/usr.sbin/npf/npfctl/npfctl.c:1.33 src/usr.sbin/npf/npfctl/npfctl.c:1.34
--- src/usr.sbin/npf/npfctl/npfctl.c:1.33 Sun Mar 10 20:16:59 2013
+++ src/usr.sbin/npf/npfctl/npfctl.c Sun Mar 10 20:34:43 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: npfctl.c,v 1.33 2013/03/11 00:16:59 christos Exp $ */
+/* $NetBSD: npfctl.c,v 1.34 2013/03/11 00:34:43 christos Exp $ */
/*-
* Copyright (c) 2009-2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: npfctl.c,v 1.33 2013/03/11 00:16:59 christos Exp $");
+__RCSID("$NetBSD: npfctl.c,v 1.34 2013/03/11 00:34:43 christos Exp $");
#include <sys/ioctl.h>
#include <sys/stat.h>
@@ -136,9 +136,6 @@ usage(void)
fprintf(stderr,
"\t%s table <tid> { list | flush }\n",
progname);
- fprintf(stderr,
- "\t%s ( sess-save | sess-load )\n",
- progname);
exit(EXIT_FAILURE);
}