From 350f165da982685f2ea7c6d0899e9711b2c35982 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 7 Feb 2018 11:30:08 +0100 Subject: [PATCH] afb-config: Improve doc of option --token MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I196c7f2b216e031f52b208e19c6c2df8593d27c5 Signed-off-by: José Bollo --- src/afb-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afb-config.c b/src/afb-config.c index f4aed055..7e2cb405 100644 --- a/src/afb-config.c +++ b/src/afb-config.c @@ -148,7 +148,7 @@ static AFB_options cliOptions[] = { {SET_WEAK_LDPATH, 1, "weak-ldpaths","Same as --ldpaths but ignore errors"}, {NO_LDPATH, 0, "no-ldpaths", "Discard default ldpaths loading"}, - {SET_AUTH_TOKEN, 1, "token", "Initial Secret [default=no-session, --token= for session without authentication]"}, + {SET_AUTH_TOKEN, 1, "token", "Initial Secret [default=random, use --token="" to allow any token]"}, {SET_RNDTOKEN, 0, "random-token","Enforce a random token"}, {DISPLAY_VERSION, 0, "version", "Display version and copyright"}, -- 2.16.6