bin/onering in onering-client-0.0.36 vs bin/onering in onering-client-0.0.37
- old
+ new
@@ -263,15 +263,15 @@
end
subcommand :report, "Collect and output system information" do |report|
report.usage = "onering report"
- report.opt :plugin_path, '-p', '--plugin PATH', 'Add the named path to the plugin search path'
- report.opt :status, '-S', '--status STATUS', 'Set the status to report'
- report.opt :tags, '-T', '--tag TAG[,...]', 'Add a tag to the report output'
- report.opt :aliases, '-A', '--alias [,...]', 'Add a tag to the report output'
- report.opt :id, '-I', '--id ID', 'Override the auto-detected hardware ID'
- report.opt :format, '-t', '--format', 'Format the output'
+ report.opt :plugin_path, '-p', '--plugin PATH', 'Add the named path to the plugin search path'
+ report.opt :status, '-S', '--status STATUS', 'Set the status to report'
+ report.opt :tags, '-T', '--tag TAG[,...]', 'Add a tag to the report output'
+ report.opt :aliases, '-A', '--alias ALIAS[,...]', 'Add a alias to the report output'
+ report.opt :id, '-I', '--id ID', 'Override the auto-detected hardware ID'
+ report.opt :format, '-t', '--format FORMAT', 'Format the output'
report.exec do
config = {}
%w{
plugin_path
\ No newline at end of file