Add missing -U argument to usage.

This commit is contained in:
Pawel Jakub Dawidek 2010-08-06 19:16:48 +00:00
parent feb6813113
commit b8f0e1661c

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);
}