diff options
author | Ava Hahn <a.hahn@f5.com> | 2024-09-16 15:00:14 -0700 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-09-17 02:03:13 +0100 |
commit | 15f7650686a1c2688bb4d1219504e1fada3314c0 (patch) | |
tree | 26c1911e125b7b8ea9f3505c21a976b9f721420f /tools/unitctl/README.md | |
parent | 7c48546ad38be961940a13a6021d8c61a47c594f (diff) | |
download | unit-15f7650686a1c2688bb4d1219504e1fada3314c0.tar.gz unit-15f7650686a1c2688bb4d1219504e1fada3314c0.tar.bz2 |
tools/unitctl: change reload to restart
Signed-off-by: Ava Hahn <a.hahn@f5.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools/unitctl/README.md')
-rw-r--r-- | tools/unitctl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |