Skip to content

Commit

Permalink
Fix incorrect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Nov 30, 2024
1 parent e351b87 commit c48e0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ used below:

4. To make your instance run at boot, enable it using `pup enable-service`.

Will by default use the instance name for service name, which defaults to `pup`. You can override by passing `-n my-custom-name`.
Will by default use the instance name for service name, which defaults to `pup`. You can override by passing `--name my-custom-name`.

5. To stream the logs from a running instance, use the command `pup monitor`. To show historic logs, use `pup logs`.

Will by default use the instance name for service name, which defaults to `pup`. You can override by passing `-n my-custom-name`.
Will by default use the instance name for service name, which defaults to `pup`. You can override by passing `--name my-custom-name`.

For the full manual, see <https://pup.56k.guru>

Expand Down

0 comments on commit c48e0c6

Please sign in to comment.