mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
fix a typo
This commit is contained in:
parent
a6fc64199c
commit
981fe303f3
@ -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
|
||||
|
@ -120,7 +120,7 @@ $ git help
|
||||
$ git help -a
|
||||
|
||||
# 在文档当中查找特定的命令
|
||||
$ git help <命令>
|
||||
# git help <命令>
|
||||
$ git help add
|
||||
$ git help commit
|
||||
$ git help init
|
||||
|
Loading…
Reference in New Issue
Block a user