summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChenbo Li <lichenbo1949@gmail.com>2013-08-03 12:30:25 +0800
committerChenbo Li <lichenbo1949@gmail.com>2013-08-03 12:30:25 +0800
commita6fc64199c581cc1ab18f90f06d2036ee27737ce (patch)
treee62a84a0bd6c0d4ada28436b4625cc45501fe714
parent4630854d7702a6911b5ff8e263d622b55e3b130c (diff)
fix a typo
-rw-r--r--git.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index 00f38d60..375a6c57 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -126,7 +126,7 @@ $ git help
$ git help -a
# Command specific help - user manual
-# git help <command_here>
+$ git help <command_here>
$ git help add
$ git help commit
$ git help init