Skip to content

Commit

Permalink
docs: updates documentation for v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jan 28, 2016
1 parent acaba01 commit 8d51724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/args/arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@ impl<'a, 'b> Arg<'a, 'b> {
self
}

/// Sets a mutually overridable arguments by name. I.e. this argument and
/// the following argument will override each other in POSIX styl (whichever argument was
/// specified at runtime **last** "wins")
/// Sets a mutually overridable argument by name. I.e. this argument and the following argument
/// will override each other in POSIX style (whichever argument was specified at runtime
/// **last** "wins")
///
/// **NOTE:** When an argument is overriden it is essentially as if it never was used, any
/// conflicts, requirements, etc. are evaluated **after** all "overrides" have been removed
Expand Down

0 comments on commit 8d51724

Please sign in to comment.