Source-Changes-HG archive

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

[src/trunk]: src/dist/ipf Add the -6 option to the usage output.



details:   https://anonhg.NetBSD.org/src/rev/f453bbe1488b
branches:  trunk
changeset: 485798:f453bbe1488b
user:      veego <veego%NetBSD.org@localhost>
date:      Fri May 05 21:49:47 2000 +0000

description:
Add the -6 option to the usage output.

diffstat:

 dist/ipf/fils.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9143d8528d3 -r f453bbe1488b dist/ipf/fils.c
--- a/dist/ipf/fils.c   Fri May 05 21:37:05 2000 +0000
+++ b/dist/ipf/fils.c   Fri May 05 21:49:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fils.c,v 1.5 2000/05/04 19:55:44 veego Exp $   */
+/*     $NetBSD: fils.c,v 1.6 2000/05/05 21:49:47 veego Exp $   */
 
 /*
  * Copyright (C) 1993-2000 by Darren Reed.
@@ -157,7 +157,7 @@
 static void Usage(name)
 char *name;
 {
-       fprintf(stderr, "Usage: %s [-aAfhIinosv] [-d <device>]\n", name);
+       fprintf(stderr, "Usage: %s [-6aAfhIinosv] [-d <device>]\n", name);
        fprintf(stderr, "       %s -t [-S source address] [-D destination address] [-P protocol] [-T refreshtime] [-C] [-d <device>]\n", name);
        exit(1);
 }



Home | Main Index | Thread Index | Old Index