From f5a4e44a61fff79e6a3216cf922c414f0b97e3b8 Mon Sep 17 00:00:00 2001 From: Gabor Javorszky Date: Mon, 16 Sep 2024 11:33:59 +0100 Subject: [PATCH] unitctl: changes examples to use plural apps Signed-off-by: Gabor Javorszky --- tools/unitctl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/unitctl/README.md b/tools/unitctl/README.md index 9eaf7c3db..66d8f50d5 100644 --- a/tools/unitctl/README.md +++ b/tools/unitctl/README.md @@ -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", @@ -162,7 +162,7 @@ $ unitctl app list Restarting an application: ``` -$ unitctl app reload wasm +$ unitctl apps reload wasm { "success": "Ok" }