diff --git a/examples/rev-parse.rs b/examples/rev-parse.rs index f2416f7b40..178cd2d3e2 100644 --- a/examples/rev-parse.rs +++ b/examples/rev-parse.rs @@ -58,7 +58,7 @@ fn main() { usage: rev-parse [options] Options: - --git-dir directory for the git repository to check + --git-dir directory of the git repository to check "; let args = Docopt::new(USAGE).and_then(|d| d.deserialize())