mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
Corrected name of tests folder
Unsure why these are wrong, but simple fixes
This commit is contained in:
parent
98c5e21634
commit
bc2552f505
2 changed files with 2 additions and 2 deletions
|
@ -613,7 +613,7 @@ SUBCOMMANDS:
|
|||
|
||||
To try out the pre-built example, use the following steps:
|
||||
|
||||
* Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/clap-tests`
|
||||
* Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/tests`
|
||||
* Compile the example `$ cargo build --release`
|
||||
* Run the help info `$ ./target/release/claptests --help`
|
||||
* Play with the arguments!
|
||||
|
|
|
@ -270,7 +270,7 @@
|
|||
//!
|
||||
//! To try out the pre-built example, use the following steps:
|
||||
//!
|
||||
//! * Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/clap-tests`
|
||||
//! * Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/tests`
|
||||
//! * Compile the example `$ cargo build --release`
|
||||
//! * Run the help info `$ ./target/release/claptests --help`
|
||||
//! * Play with the arguments!
|
||||
|
|
Loading…
Reference in a new issue