# File lib/sass/exec/sass_convert.rb, line 18
    def set_opts(opts)
      opts.banner = "Usage: sass-convert [options] [INPUT] [OUTPUT]\n\nDescription:\n  Converts between CSS, indented syntax, and SCSS files. For example,\n  this can convert from the indented syntax to SCSS, or from CSS to\n  SCSS (adding appropriate nesting).\n"

      common_options(opts)
      style(opts)
      input_and_output(opts)
      miscellaneous(opts)
    end