X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-config.c;h=7e2cb40507b276c44516c91dc586c2d21d3d8575;hb=eff6f2d1b918186a96d44a225e0bcb4ea2ad7be6;hp=f4aed0550a4969b5257fe8396d009f46d9daa594;hpb=4cf8ee09b51ff41018fbdace63d71a07adf88a09;p=src%2Fapp-framework-binder.git 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"},