aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 2690c0806..d2ea91307 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -167,7 +167,7 @@ static gpgrt_opt_t opts[] = {
ARGPARSE_s_n (oDaemon, "daemon", N_("run in daemon mode (background)")),
ARGPARSE_s_n (oServer, "server", N_("run in server mode (foreground)")),
#ifndef HAVE_W32_SYSTEM
- ARGPARSE_s_n (oSupervised, "supervised", N_("run in supervised mode")),
+ ARGPARSE_s_n (oSupervised, "supervised", "@"),
#endif
ARGPARSE_s_n (oNoDetach, "no-detach", N_("do not detach from the console")),
ARGPARSE_s_n (oSh, "sh", N_("sh-style command output")),
@@ -1378,6 +1378,9 @@ main (int argc, char **argv)
agent_exit (0);
}
+ if (is_supervised && !opt.quiet)
+ log_info(_("WARNING: \"%s\" is a deprecated option\n"), "--supervised");
+
if (is_supervised)
;
else if (!opt.extra_socket)