Browse Source

Merged Petteri Räty <betelgeuse@gentoo.org> patches into the trunk

master
Andrea Luzzardi 17 years ago
parent
commit
e04c383cd8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pam_usb/src/pusb_check.c

+ 1
- 0
pam_usb/src/pusb_check.c View File

@ -69,6 +69,7 @@ static void pusb_check_usage(const char *name)
{
fprintf(stderr, "Usage: %s [-c <config file>] -u <username> -s <service>" \
" [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");


Loading…
Cancel
Save