Skip to content

Commit 43432cd

Browse files
committed
Fix git-dir CLI option in rev-parse example
1 parent 718799c commit 43432cd

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)