bin/roku in roku_builder-3.11.0 vs bin/roku in roku_builder-3.11.1
- old
+ new
@@ -86,11 +86,11 @@
opts.on("--profile COMMAND", "Command: Run various profiler options") do |c|
options[:profile] = c
end
- opts.on("--do-stage", "Command: Run the stager. Used for scripting. Always run --do-unscript after") do
+ opts.on("--do-stage", "Command: Run the stager. Used for scripting. Always run --do-unstage after") do
options[:dostage] = true
end
opts.on("--do-unstage", "Command: Run the unstager. Used for scripting. Always run --do-script first") do
options[:dounstage] = true
@@ -122,11 +122,11 @@
opts.on("-w", "--working", "Use working directory to sideload or test") do
options[:working] = true
end
- opts.on("-c", "--current", "Use current directory to sideload or test. Overides any project config") do
+ opts.on("-c", "--current", "Use current directory to sideload or test. Overrides any project config") do
options[:current] = true
end
opts.on("-s", "--stage STAGE", "Set the stage to use. Default: 'production'") do |b|
options[:stage] = b
@@ -143,10 +143,10 @@
opts.on("-e", "--edit PARAMS", "Edit config params when configuring. (eg. a:b, c:d,e:f)") do |p|
options[:edit_params] = p
end
- opts.on("--config CONFIG", "Set a custom config file. Default: '~/.roku_config.rb'") do |c|
+ opts.on("--config CONFIG", "Set a custom config file. Default: '~/.roku_config.json'") do |c|
options[:config] = c
end
opts.on("-D", "--device ID", "Use a different device corresponding to the given ID") do |d|
options[:device] = d