mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
use -- for description of inspec login_automate
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
This commit is contained in:
parent
be529dcea6
commit
71cc62c757
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module Compliance
|
|||
if !options['dctoken'].nil? || !options['usertoken'].nil?
|
||||
msg = login_automate_config(url, options['user'], options['dctoken'], options['usertoken'], options['ent'], options['insecure'])
|
||||
else
|
||||
puts "Please specify a token using --dctoken='DATA_COLLECTOR_TOKEN' or usertoken='AUTOMATE_TOKEN' "
|
||||
puts "Please specify a token using --dctoken='DATA_COLLECTOR_TOKEN' or --usertoken='AUTOMATE_TOKEN' "
|
||||
exit 1
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue