mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Fix doc grin <subcommand> help
syntax. (#2991)
This commit is contained in:
parent
6036b671e8
commit
ea023387bf
4 changed files with 8 additions and 8 deletions
|
@ -98,8 +98,8 @@ For help on grin commands and their switches, try:
|
|||
|
||||
```sh
|
||||
grin help
|
||||
grin wallet help
|
||||
grin client help
|
||||
grin wallet --help
|
||||
grin client --help
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
|
|
@ -87,8 +87,8 @@ Para obtener ayuda sobre los comandos de grin y sus cambios intente:
|
|||
|
||||
```sh
|
||||
grin help
|
||||
grin wallet help
|
||||
grin client help
|
||||
grin wallet --help
|
||||
grin client --help
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
|
|
@ -93,8 +93,8 @@ grinは気の利いたデフォルト設定で起動するようになってお
|
|||
|
||||
```sh
|
||||
grin help
|
||||
grin wallet help
|
||||
grin client help
|
||||
grin wallet --help
|
||||
grin client --help
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
|
|
@ -94,8 +94,8 @@ Grin을 작동시키는 명령어에 대한 도움말은 다음 명령어를 실
|
|||
|
||||
```sh
|
||||
grin help
|
||||
grin wallet help
|
||||
grin client help
|
||||
grin wallet --help
|
||||
grin client --help
|
||||
```
|
||||
|
||||
## Docker 사용하기
|
||||
|
|
Loading…
Reference in a new issue