mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
tests: updates conflict tests to new more precise output
This commit is contained in:
parent
5c70e1a01b
commit
44f6b1edbf
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ include!("../clap-test.rs");
|
|||
|
||||
use clap::{App, Arg, ErrorKind, ArgGroup};
|
||||
|
||||
static CONFLICT_ERR: &'static str = "error: The argument '--flag' cannot be used with '-F'
|
||||
static CONFLICT_ERR: &'static str = "error: The argument '-F' cannot be used with '--flag'
|
||||
|
||||
USAGE:
|
||||
clap-test <positional> <positional2> -F --long-option-2 <option2>
|
||||
clap-test <positional> <positional2> --flag --long-option-2 <option2>
|
||||
|
||||
For more information try --help";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue