diff --git a/src/tools/opensc-notify-cmdline.c b/src/tools/opensc-notify-cmdline.c index 1f875134..96f2b373 100644 --- a/src/tools/opensc-notify-cmdline.c +++ b/src/tools/opensc-notify-cmdline.c @@ -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 ", diff --git a/src/tools/opensc-notify.ggo.in b/src/tools/opensc-notify.ggo.in index f419835a..765f8aa3 100644 --- a/src/tools/opensc-notify.ggo.in +++ b/src/tools/opensc-notify.ggo.in @@ -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