From d70c140d7a1a355d4b50e7905bd13df60fd2fd62 Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Sat, 26 May 2018 22:44:38 +0200 Subject: [PATCH] opensc-notify: fix typo --- src/tools/opensc-notify-cmdline.c | 2 +- src/tools/opensc-notify.ggo.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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