From 15f7650686a1c2688bb4d1219504e1fada3314c0 Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Mon, 16 Sep 2024 15:00:14 -0700 Subject: tools/unitctl: change reload to restart Signed-off-by: Ava Hahn Signed-off-by: Andrew Clayton --- tools/unitctl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/unitctl/README.md') diff --git a/tools/unitctl/README.md b/tools/unitctl/README.md index 1a5fcb9d..bcd31006 100644 --- a/tools/unitctl/README.md +++ b/tools/unitctl/README.md @@ -163,7 +163,7 @@ $ unitctl apps list Restarting an application: ``` -$ unitctl apps reload wasm +$ unitctl apps restart wasm { "success": "Ok" } -- cgit