We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ec6d17 + ef96b54 commit 72e2c7dCopy full SHA for 72e2c7d
src/libgetopts/lib.rs
@@ -529,7 +529,7 @@ impl fmt::Show for Fail_ {
529
530
/// Parse command line arguments according to the provided options.
531
///
532
-/// On success returns `Ok(Opt)`. Use methods such as `opt_present`
+/// On success returns `Ok(Matches)`. Use methods such as `opt_present`
533
/// `opt_str`, etc. to interrogate results. Returns `Err(Fail_)` on
534
/// failure: use the `Show` implementation of `Fail_` to display
535
/// information about it.
0 commit comments