opensc-notify: fix typo

This commit is contained in:
Peter Marschall 2018-05-26 22:44:38 +02:00 committed by Frank Morgner
parent 0352f298cc
commit d70c140d7a
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ const char *gengetopt_args_info_help[] = {
" -m, --message[=STRING] Main text of the notification",
"\n Mode: standard\n Manually send standard notifications.",
" -I, --notify-card-inserted See notify_card_inserted in opensc.conf\n (default=off)",
" -R, --notify-card-removed See notify_card_inserted in opensc.conf\n (default=off)",
" -R, --notify-card-removed See notify_card_removed in opensc.conf\n (default=off)",
" -G, --notify-pin-good See notify_pin_good in opensc.conf (default=off)",
" -B, --notify-pin-bad See notify_pin_bad in opensc.conf (default=off)",
"\nReport bugs to https://github.com/OpenSC/OpenSC/issues\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",

View File

@ -27,7 +27,7 @@ modeoption "notify-card-inserted" I
flag off
mode="standard"
modeoption "notify-card-removed" R
"See notify_card_inserted in opensc.conf"
"See notify_card_removed in opensc.conf"
flag off
mode="standard"
modeoption "notify-pin-good" G