lib/factor.rb in factor-0.6.0 vs lib/factor.rb in factor-0.6.1
- old
+ new
@@ -21,10 +21,10 @@
end
command 'cloud' do |c|
c.syntax = 'factor host <account id> <workflow id> <api key>'
c.description = 'Start the Factor.io Server using your workflows and credentials from Factor.io Cloud'
- c.option '--index URL', String, 'Use non-default Index server to get list of available credentials'
+ c.option '--host URL', String, 'Use non-default Cloud service provider (e.g. pro server)'
c.when_called Factor::Commands::Workflow, :cloud
end
command 'registry workflows' do |c|
c.syntax = 'factor registry workflows'
\ No newline at end of file