mirror of
https://github.com/chmln/sd
synced 2024-11-22 11:13:04 +00:00
Tweak help
This commit is contained in:
parent
7bfe06213b
commit
de21e874bd
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue