1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-24 07:13:04 +02:00

fix a typo

This commit is contained in:
Chenbo Li
2013-08-03 14:53:27 +08:00
parent a6fc64199c
commit 981fe303f3
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -120,7 +120,7 @@ $ git help
$ git help -a
# 在文档当中查找特定的命令
$ git help <命令>
# git help <命令>
$ git help add
$ git help commit
$ git help init