|
@ -68,7 +68,7 @@ static int pusb_check_perform_authentication(t_pusb_options *opts, |
|
|
static void pusb_check_usage(const char *name) |
|
|
static void pusb_check_usage(const char *name) |
|
|
{ |
|
|
{ |
|
|
fprintf(stderr, "Usage: %s [-c <config file>] -u <username> -s <service>" \ |
|
|
fprintf(stderr, "Usage: %s [-c <config file>] -u <username> -s <service>" \ |
|
|
"[options]\n", name); |
|
|
|
|
|
|
|
|
" [options]\n", name); |
|
|
fprintf(stderr, "Options can be one or more of the followings:\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-a Authenticate: Try to authenticate the user\n"); |
|
|
fprintf(stderr, "\t-d Dump: Parse and dump the settings\n"); |
|
|
fprintf(stderr, "\t-d Dump: Parse and dump the settings\n"); |
|
|