Tweak help

This commit is contained in:
Greg 2018-12-23 16:22:35 -05:00
parent 7bfe06213b
commit de21e874bd

View file

@ -17,14 +17,14 @@ impl App {
.long("regex")
.required(false)
.takes_value(false)
.help("Enable regex"),
.help("Enable regular expressions"),
)
.arg(
clap::Arg::with_name("input")
.short("i")
.required(false)
.takes_value(true)
.help("The path to file")
.help("The path to file. The file contents will be transformed in-place.")
)
.arg(
clap::Arg::with_name("find")