From 8d51724ef73dfde5bb94fb9466bc5463a1cc1502 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Wed, 27 Jan 2016 16:38:06 -0500 Subject: [PATCH] docs: updates documentation for v2 release --- src/args/arg.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/args/arg.rs b/src/args/arg.rs index 508e6a802a6e..50c04c2b3b3c 100644 --- a/src/args/arg.rs +++ b/src/args/arg.rs @@ -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