bin/onering in onering-client-0.0.8 vs bin/onering in onering-client-0.0.9
- old
+ new
@@ -54,10 +54,10 @@
# LIST
devices.subcommand :list, "List field values" do |sc|
sc.usage = "onering devices list [-f FILTER] FIELD"
sc.opt :filter, '-f', '--filter FILTER', "A urlquery filter string"
- sc.ops :as_txt, '-t', '--as-text', "Return the results as text"
+ sc.opt :as_txt, '-t', '--as-text', "Return the results as text"
sc.exec do
field = sc[:args].first
filter = sc[:filter]
\ No newline at end of file