Skip to content

Commit

Permalink
unitctl: changes examples to use plural apps
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Javorszky <[email protected]>
  • Loading branch information
javorszky committed Sep 16, 2024
1 parent 5de89d2 commit f5a4e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/unitctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Unitctl can also request from the API that an application be restarted.

Listing applications:
```
$ unitctl app list
$ unitctl apps list
{
"wasm": {
"type": "wasm-wasi-component",
Expand All @@ -162,7 +162,7 @@ $ unitctl app list

Restarting an application:
```
$ unitctl app reload wasm
$ unitctl apps reload wasm
{
"success": "Ok"
}
Expand Down

0 comments on commit f5a4e44

Please sign in to comment.