Browse Source

update the --help option

master
Andrea Luzzardi 16 years ago
parent
commit
64a10326a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pam_usb/src/pamusb-check.c

+ 1
- 1
pam_usb/src/pamusb-check.c View File

@ -72,7 +72,7 @@ static int pusb_check_perform_authentication(t_pusb_options *opts,
static void pusb_check_usage(const char *name)
{
fprintf(stderr, "Usage: %s [--help] [--config=path] [--service=name] [--dump] [--quiet] [--debug]" \
fprintf(stderr, "Usage: %s [--help] [--debug] [--config=path] [--service=name] [--dump] [--quiet] [--debug]" \
" <username>\n", name);
}


Loading…
Cancel
Save