Add missing -U argument to usage.

This commit is contained in:
pjd 2010-08-06 19:16:48 +00:00
parent 14f2fd5269
commit 177b3b609c

View File

@ -257,7 +257,7 @@ static void
usage(void)
{
fprintf(stderr, "usage: fstest [-u uid] [-g gid1[,gid2[...]]] syscall args ...\n");
fprintf(stderr, "usage: fstest [-U umask] [-u uid] [-g gid1[,gid2[...]]] syscall args ...\n");
exit(1);
}