From e1c4967befc7b4dd273b3d9d047a4e4262f5ba2f Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 21 Oct 2021 14:19:42 -0400 Subject: [PATCH] 18281: Rephrase the help text for --force-rotate option. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- services/login-sync/bin/arvados-login-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/login-sync/bin/arvados-login-sync b/services/login-sync/bin/arvados-login-sync index 92b9f9a2c7..da8a21efa3 100755 --- a/services/login-sync/bin/arvados-login-sync +++ b/services/login-sync/bin/arvados-login-sync @@ -21,7 +21,7 @@ end options = {} OptionParser.new do |parser| parser.on('--exclusive', 'Manage SSH keys file exclusively.') - parser.on('--rotate-tokens', 'Always create new user tokens. Usually needed with --token-lifetime.') + parser.on('--rotate-tokens', 'Force a rotation of all user tokens.') parser.on('--skip-missing-users', "Don't try to create any local accounts.") parser.on('--token-lifetime SECONDS', 'Create user tokens that expire after SECONDS.', Integer) parser.on('--debug', 'Enable debug output') -- 2.30.2