2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

mention [filename] in the help.

This commit is contained in:
Brian Wellington
2001-10-15 20:23:47 +00:00
parent 559eecb115
commit 0ebade1fcd

View File

@@ -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 <config.h>
@@ -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);
}
}