Added forgotten -d to the usage().

This commit is contained in:
Ruslan Ermilov 2004-06-04 19:29:09 +00:00
parent b6f078071f
commit 0c436cdf34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130093

View File

@ -260,7 +260,7 @@ main(int argc, char **argv)
static void
usage(void)
{
fprintf(stderr, "usage: gstat [-c] [-I interval]\n");
fprintf(stderr, "usage: gstat [-cd] [-I interval]\n");
exit(1);
/* NOTREACHED */
}