Skip to content

Commit

Permalink
Merge pull request #20024 from evertmulder/Testing--pull19848
Browse files Browse the repository at this point in the history
Serverid not required if all_servers is used
  • Loading branch information
jrafanie authored Apr 1, 2020
2 parents 346956c + ea4e3c4 commit add190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/configure_server_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Example (Array): #{__FILE__} -s 1 -p ntp/server -v 0.pool.ntp.org,1.pool.ntp.org -t array"

opt :dry_run, "Dry Run", :short => "d"
opt :serverid, "Server Id", :short => "s", :type => :integer, :required => true
opt :serverid, "Server Id", :short => "s", :type => :integer, :required => false
opt :path, "Path within advanced settings hash", :short => "p", :type => :string, :required => true
opt :value, "New Value for setting", :short => "v", :type => :string, :required => true
opt :force, "Force change value regardless of type", :short => "f", :type => :boolean, :default => false
Expand Down

0 comments on commit add190e

Please sign in to comment.