From be1ec607c72810814edc86734c48984f5b7aa6c3 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 5 Apr 2020 19:21:06 +0200 Subject: added deprecation text for -P/--passwd option Signed-off-by: Toni Uhlig --- src/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.c b/src/options.c index f811cb5..84227ae 100644 --- a/src/options.c +++ b/src/options.c @@ -134,6 +134,7 @@ static const struct option_usage usage[] = { /** --passwd */ {"password", 0, OPT_STR, {.str = NULL}, "Set a password (must be same on client and proxy)\n" + "DEPRECATED: Will be removed/replaced soon!\n" }, /** --udp */ {NULL, 0, OPT_BOOL, {.num = 0}, -- cgit v1.2.3