diff --git a/README.md b/README.md index 89b0c2c..7f3f4af 100644 --- a/README.md +++ b/README.md @@ -96,14 +96,14 @@ provs-server.jar k3s myuser@myhost.com -o grafana ### 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 `. + ```bash provs-syspec.jar local # or remote: 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 `. - ## Get help To get help you can make use of the `-h` option: @@ -113,3 +113,10 @@ provs-desktop.jar -h provs-server.jar -h provs-syspec.jar -h ``` + +Or gt help for subcommands e.g. + +```bash +provs-desktop.jar ide -h +provs-server.jar k3s -h +```