Make the utility name in the usage() diagnostic match the actual

utility name.

Submitted by:	3d
PR:		33496
This commit is contained in:
Mike Barcroft 2002-01-06 19:57:26 +00:00
parent 6304c952e5
commit 5f45ba86a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88964

View File

@ -354,7 +354,7 @@ main(argc, argv)
static void
usage()
{
fprintf(stderr, "usage: disktab [-p] [-d] [-s size] disk-type\n");
fprintf(stderr, "usage: diskpart [-p] [-d] [-s size] disk-type\n");
exit(1);
}