Skip to content

Commit

Permalink
docs: Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Mar 3, 2017
1 parent d3f94bb commit 6d30906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ USAGE:
FLAGS:
-h, --help Prints help information
-R, --root-deps-only Only check root dependencies (Equivilant to --depth=1)
-R, --root-deps-only Only check root dependencies (Equivalent to --depth=1)
-V, --version Prints version information
-v, --verbose Print verbose output
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
//!
//! FLAGS:
//! -h, --help Prints help information
//! -R, --root-deps-only Only check root dependencies (Equivilant to --depth=1)
//! -R, --root-deps-only Only check root dependencies (Equivalent to --depth=1)
//! -V, --version Prints version information
//! -v, --verbose Print verbose output
//!
Expand Down Expand Up @@ -146,7 +146,7 @@ fn main() {
Arg::from_usage("--exit-code [NUM] 'The exit code to return on new versions found'")
.default_value("0"),
Arg::from_usage(
"-R, --root-deps-only 'Only check root dependencies (Equivilant to --depth=1)'")
"-R, --root-deps-only 'Only check root dependencies (Equivalent to --depth=1)'")
.conflicts_with("depth"),
Arg::from_usage("-m, --manifest-path [PATH] 'An absolute path to the Cargo.toml file to use \
(Defaults to Cargo.toml in project root)'")
Expand Down

0 comments on commit 6d30906

Please sign in to comment.