3550: Merge branch 'master' into 3550-local-pipeline
authorTom Clegg <tom@curoverse.com>
Wed, 17 Sep 2014 22:00:25 +0000 (18:00 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 17 Sep 2014 22:00:25 +0000 (18:00 -0400)
Conflicts:
sdk/cli/bin/arv-run-pipeline-instance

1  2 
sdk/cli/bin/arv-run-pipeline-instance

index dee57b059ebdd231d77775025644d59940fa611c,05fce2c9da36d0aae52cb178131d96a0befd4a81..472c20bd73a283feb3149c44b6b3f534d3ed50bb
@@@ -163,9 -174,13 +165,13 @@@ p = Trollop::Parser.new d
        :short => :none,
        :type => :boolean)
    opt(:run_here,
 -      "Manage the pipeline in process.",
 +      "Synonym for --run-jobs-here.",
        :short => :none,
        :type => :boolean)
+   opt(:description,
+       "Description for the pipeline instance.",
+       :short => :none,
+       :type => :string)
    stop_on [:'--']
  end
  $options = Trollop::with_standard_exception_handling p do