18281: Rephrase the help text for --force-rotate option.
authorWard Vandewege <ward@curii.com>
Thu, 21 Oct 2021 18:19:42 +0000 (14:19 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 21 Oct 2021 18:19:42 +0000 (14:19 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

services/login-sync/bin/arvados-login-sync

index 92b9f9a2c7d7d8d3695d7c6e522f13bdddf8541b..da8a21efa37c8a8db91b925bc56040f7bff494b8 100755 (executable)
@@ -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')