summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/git-cn.html.markdown
diff options
context:
space:
mode:
authorgreybird <greybird91@gmail.com>2013-08-07 11:21:22 +0400
committergreybird <greybird91@gmail.com>2013-08-07 11:21:22 +0400
commit954fa45acfc400bee8cb571bf4367497ca207d2a (patch)
treee5772f2963bebc06c5200d2ae335a60810b73284 /zh-cn/git-cn.html.markdown
parent80c71ef1c849d4294e13c3dbfce6fad66a79e99a (diff)
parent5be718905dd233db33c54379aa04232546231da5 (diff)
Merge branch 'master' of github.com:greybird/learnxinyminutes-docs
Diffstat (limited to 'zh-cn/git-cn.html.markdown')
-rwxr-xr-xzh-cn/git-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/git-cn.html.markdown b/zh-cn/git-cn.html.markdown
index 7aab8986..8c24f0b8 100755
--- a/zh-cn/git-cn.html.markdown
+++ b/zh-cn/git-cn.html.markdown
@@ -120,7 +120,7 @@ $ git help
$ git help -a
# 在文档当中查找特定的命令
-$ git help <命令>
+# git help <命令>
$ git help add
$ git help commit
$ git help init