Fix help for --help=file-lines

Due to the way getopts works, it requires the equals sign.
This commit is contained in:
Eric Huss 2018-07-05 22:50:23 -07:00
parent 5e5992517d
commit 800e488de8

View File

@ -137,7 +137,7 @@ fn make_opts() -> Options {
opts.optopt(
"",
"file-lines",
"Format specified line ranges. Run with `--help file-lines` for \
"Format specified line ranges. Run with `--help=file-lines` for \
more detail (unstable).",
"JSON",
);