Skip to content

Commit

Permalink
Update docker example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mill1000 committed Dec 11, 2024
1 parent 7d7aaba commit daefb3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,16 @@ A docker image is available on ghcr.io at `ghcr.io/mill1000/msmart-ng`. The cont

```shell
$ docker run --network=host ghcr.io/mill1000/msmart-ng:latest --help
usage: msmart-ng [-h] [-v] {discover,query} ...
usage: msmart-ng [-h] [-v] {discover,query,control,download} ...
Command line utility for msmart-ng.
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-h, --help show this help message and exit
-v, --version show program's version number and exit
Command:
{discover,query}
{discover,query,control,download}
```
## Gratitude
Expand Down

0 comments on commit daefb3e

Please sign in to comment.