From 0ebade1fcd18c46c78df32792807e4542d39c6ca Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 15 Oct 2001 20:23:47 +0000 Subject: [PATCH] mention [filename] in the help. --- bin/nsupdate/nsupdate.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 74251dd803..b03cf34923 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsupdate.c,v 1.107 2001/10/04 23:29:41 gson Exp $ */ +/* $Id: nsupdate.c,v 1.108 2001/10/15 20:23:47 bwelling Exp $ */ #include @@ -658,7 +658,8 @@ parse_args(int argc, char **argv) { fprintf(stderr, "%s: invalid argument -%c\n", argv[0], ch); fprintf(stderr, "usage: nsupdate [-d] " - "[-y keyname:secret | -k keyfile] [-v]\n"); + "[-y keyname:secret | -k keyfile] [-v] " + "[filename]\n"); exit(1); } }