docs: updates examples for 2x release

Closes #394
This commit is contained in:
Kevin K 2016-01-27 17:22:34 -05:00
parent 518b89bd3d
commit a210f89b84

View file

@ -375,7 +375,7 @@ impl<'a> ArgMatches<'a> {
/// aware these aren't actually all subcommands in the real `git` interface, but it makes
/// explaination easier)
///
/// ```ignore
/// ```notrust
/// Top Level App (git) TOP
/// |
/// -----------------------------------------