From: José Bollo Date: Wed, 7 Feb 2018 10:30:08 +0000 (+0100) Subject: afb-config: Improve doc of option --token X-Git-Tag: flounder_5.99.1~84 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=350f165da982685f2ea7c6d0899e9711b2c35982;p=src%2Fapp-framework-binder.git afb-config: Improve doc of option --token Change-Id: I196c7f2b216e031f52b208e19c6c2df8593d27c5 Signed-off-by: José Bollo --- 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"},