Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Fix incorrect flag for start command #148

Merged
merged 2 commits into from
Mar 1, 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
2 changes: 1 addition & 1 deletion packages/docs/src/es/guide/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ La aplicación se debe compilar con [`statusfy build`](#build) primero.
### Argumentos

- `-p <port>` o `--port <port>`: usa el **puerto** especificado (predeterminado: 3000).
- `-h <port>` o `--host <host>`: usa el **host** especificado (predeterminado: 127.0.0.1).
- `-H <port>` o `--host <host>`: usa el **host** especificado (predeterminado: 127.0.0.1).

## new-incident

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/guide/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The application should be compiled with [`statusfy build`](#build) first.
### Arguments

- `-p <port>` or `--port <port>`: use specified **port** (default: 3000).
- `-h <port>` or `--host <host>`: use specified **host** (default: 127.0.0.1).
- `-H <port>` or `--host <host>`: use specified **host** (default: 127.0.0.1).

## new-incident

Expand Down