Add forgotten -a to the usage() message.

This commit is contained in:
Lukas Ertl 2005-01-05 18:41:54 +00:00
parent ee935b5800
commit 4c985f4a06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139722

View File

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