bin/tlapse in tlapse-0.2.1 vs bin/tlapse in tlapse-0.3.0

- old
+ new

@@ -17,18 +17,17 @@ doctor end end desc "Capture a single photo, saving it to the current directory" -command :single do |c| +command :capture do |c| c.action do |global_options, options, args| capture_single end end desc "Start a drb server via which photo capturing may be performed remotely" command :serve do |c| - c.flag :h, :host, desc: "The hostname on which the server is run", default_value: `hostname`.strip, arg_name: "host"