From 3e66dabf27b18ddd3ce35029ddd463f3ba238502 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Tue, 9 Jan 2007 00:35:29 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20Petteri=20R=C3=A4ty=20=20patches=20into=20the=20trunk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pusb_check.c | 1 + 1 file changed, 1 insertion(+) 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");