Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc grin <subcommand> help syntax. #2991

Merged
merged 1 commit into from
Aug 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/build_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/build_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ grinは気の利いたデフォルト設定で起動するようになってお

```sh
grin help
grin wallet help
grin client help
grin wallet --help
grin client --help
```

## Docker
Expand Down
4 changes: 2 additions & 2 deletions doc/build_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ Grin을 작동시키는 명령어에 대한 도움말은 다음 명령어를 실

```sh
grin help
grin wallet help
grin client help
grin wallet --help
grin client --help
```

## Docker 사용하기
Expand Down