Cosmetic in usage string.

This commit is contained in:
Philippe Charnier 1997-12-15 07:19:41 +00:00
parent 7ebfc603cf
commit 20e9e8236d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31737

View File

@ -55,7 +55,7 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: mknetid.c,v 1.8 1997/11/24 07:31:31 charnier Exp $";
#endif /* not lint */
#define LINSIZ 1024
@ -91,7 +91,7 @@ usage()
{
fprintf (stderr, "%s\n%s\n",
"usage: mknetid [-q] [-g group_file] [-p passwd_file] [-h hosts_file]",
" [-d netid_file] [-d domain]");
" [-d netid_file] [-d domain]");
exit(1);
}