[skip ci] upd README.md
This commit is contained in:
parent
12adeff316
commit
48a1d600e3
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -96,14 +96,14 @@ provs-server.jar k3s myuser@myhost.com -o grafana
|
||||||
|
|
||||||
### Performing a system check
|
### Performing a system check
|
||||||
|
|
||||||
|
The default config-file for the system check is `syspec-config.yaml`, you can specify a different file with option `-c <config-file>`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
provs-syspec.jar local
|
provs-syspec.jar local
|
||||||
# or remote:
|
# or remote:
|
||||||
provs-syspec.jar myuser@myhost.com
|
provs-syspec.jar myuser@myhost.com
|
||||||
```
|
```
|
||||||
|
|
||||||
The default config-file for the system check is `syspec-config.yaml`, you can specify a different file with option `-c <config-file>`.
|
|
||||||
|
|
||||||
## Get help
|
## Get help
|
||||||
|
|
||||||
To get help you can make use of the `-h` option:
|
To get help you can make use of the `-h` option:
|
||||||
|
@ -113,3 +113,10 @@ provs-desktop.jar -h
|
||||||
provs-server.jar -h
|
provs-server.jar -h
|
||||||
provs-syspec.jar -h
|
provs-syspec.jar -h
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or gt help for subcommands e.g.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
provs-desktop.jar ide -h
|
||||||
|
provs-server.jar k3s -h
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue