diff --git a/src/pusb_check.c b/src/pusb_check.c index 2cae547..e5fbd14 100644 --- a/src/pusb_check.c +++ b/src/pusb_check.c @@ -69,6 +69,7 @@ static void pusb_check_usage(const char *name) { fprintf(stderr, "Usage: %s [-c ] -u -s " \ " [options]\n", name); + fprintf(stderr, "-u and -s are mandatory\n"); fprintf(stderr, "Options can be one or more of the followings:\n"); fprintf(stderr, "\t-a Authenticate: Try to authenticate the user\n"); fprintf(stderr, "\t-d Dump: Parse and dump the settings\n");