diff --git a/README.md b/README.md index b3b897b36df..b9732cd9619 100644 --- a/README.md +++ b/README.md @@ -350,12 +350,12 @@ fn main() { (about: "Does awesome things") (@arg CONFIG: -c --config +takes_value "Sets a custom config file") (@arg INPUT: +required "Sets the input file to use") - (@arg debug: -d ... "Sets the level of debugging information") + (@arg verbose: -v --verbose "Print test information verbosely") (@subcommand test => (about: "controls testing features") (version: "1.3") (author: "Someone E. ") - (@arg verbose: -v --verbose "Print test information verbosely") + (@arg debug: -d ... "Sets the level of debugging information") ) ).get_matches();