Skip to content

Commit

Permalink
-o conflicts with -r
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Apr 2, 2017
1 parent 0256828 commit f525473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Expand Up @@ -159,7 +159,7 @@ fn app<F>(next_line_help: bool, doc: F) -> App<'static, 'static>
.arg(flag("no-ignore-parent"))
.arg(flag("no-ignore-vcs"))
.arg(flag("null").short("0"))
.arg(flag("only-matching").short("o"))
.arg(flag("only-matching").short("o").conflicts_with("replace"))
.arg(flag("path-separator").value_name("SEPARATOR").takes_value(true))
.arg(flag("pretty").short("p"))
.arg(flag("replace").short("r").value_name("ARG").takes_value(true))
Expand Down

0 comments on commit f525473

Please sign in to comment.