Commit 3c08e042 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove -t shorthand CLI option --template.

This option is barely used, so better to have only the long version.
parent 3f19e437
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ opts = OptionParser.new do | opts |
    app.processes = count.to_i
  end

  opts.on('-t', '--template=PATH', "Directory containing doc-browser UI template.", " ") do |path|
  opts.on('--template=PATH', "Directory containing doc-browser UI template.", " ") do |path|
    app.template_dir = path
  end