From 4fef239dfbefcce412d875090af00a3d7d598243 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 11 Oct 2006 19:47:10 +0000 Subject: [PATCH] Typo --- src/pusb_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pusb_check.c b/src/pusb_check.c index fe6a683..8387eaf 100644 --- a/src/pusb_check.c +++ b/src/pusb_check.c @@ -68,7 +68,7 @@ static int pusb_check_perform_authentication(t_pusb_options *opts, static void pusb_check_usage(const char *name) { fprintf(stderr, "Usage: %s [-c ] -u -s " \ - "[options]\n", name); + " [options]\n", name); 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");