Skip to content

Commit 97bdab6

Browse files
authored
Merge pull request #410 from rossmacarthur/fix-rev-parse-example
Fix git-dir CLI option in rev-parse example
2 parents 71308d0 + 43432cd commit 97bdab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rev-parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fn main() {
5858
usage: rev-parse [options] <spec>
5959
6060
Options:
61-
--git-dir directory for the git repository to check
61+
--git-dir <dir> directory of the git repository to check
6262
";
6363

6464
let args = Docopt::new(USAGE).and_then(|d| d.deserialize())

0 commit comments

Comments
 (0)