Skip to content

Commit

Permalink
Use s flag for syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
grapegrip authored Jan 17, 2020
1 parent 607ba9c commit 08caa81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ pub fn get_cli_matches<'a>() -> ArgMatches<'static> {
)
.arg(
Arg::with_name("highlight")
.short("h")
.short("s")
.long("highlight")
.help("include syntax highlighting"),
.help("syntax highlighting"),
)
.arg(Arg::with_name("outfile").help("tmp"))
.get_matches()
Expand Down

0 comments on commit 08caa81

Please sign in to comment.