mirror of
https://github.com/chmln/sd
synced 2024-11-22 11:13:04 +00:00
Fix man page -f flag help text (#181)
The help text of the `-f` flag in the man page had some superfluous (presumably) copy / paste left overs stuck to itself.
This commit is contained in:
parent
c4a50a2b8f
commit
9cb2eea57f
1 changed files with 1 additions and 2 deletions
3
build.rs
3
build.rs
|
@ -32,8 +32,7 @@ fn create_man_page() {
|
|||
.help("Treat expressions as non-regex strings."),
|
||||
)
|
||||
.flag(Flag::new().short("-f").long("--flags").help(
|
||||
r#"Treat expressions as non-regex strings.
|
||||
/** Regex flags. May be combined (like `-f mc`).
|
||||
r#"Regex flags. May be combined (like `-f mc`).
|
||||
|
||||
c - case-sensitive
|
||||
i - case-insensitive
|
||||
|
|
Loading…
Reference in a new issue