18794: Make "touch restart.txt" recipe work when owned by root.
[arvados.git] / 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')