From 1e95c526426204c40d2fedcc7b13722bb43a6839 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 11 Oct 2006 19:47:10 +0000 Subject: [PATCH] Typo --- pam_usb/src/pusb_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pam_usb/src/pusb_check.c b/pam_usb/src/pusb_check.c index fe6a683..8387eaf 100644 --- a/pam_usb/src/pusb_check.c +++ b/pam_usb/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");