aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-04-05 19:21:06 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-04-05 19:21:06 +0200
commitbe1ec607c72810814edc86734c48984f5b7aa6c3 (patch)
treefaa2b2fdac59f0ba86a2a7bd24d394e885e7add4
parentfe14d74de43e7d900ed1df34933d7d2a131d5e0b (diff)
added deprecation text for -P/--passwd option
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--src/options.c1
1 files changed, 1 insertions, 0 deletions
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},