Add -M, -Q, -S, and -T to the usage message.

This commit is contained in:
Tim J. Robbins 2003-03-24 10:40:24 +00:00
parent f261b1f35f
commit 147fb5d7c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112527

View File

@ -654,6 +654,6 @@ usage()
{
fprintf(stderr,
"usage: ipcs [-abcmopqsty] [-C corefile] [-N namelist]\n");
"usage: ipcs [-abcmopqstyMQST] [-C corefile] [-N namelist]\n");
exit(1);
}