From 6e210de1b1d75fb1008916a395cbf2014f3af089 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 16 Dec 2020 10:19:16 +0100 Subject: [PATCH] fix basic management commands --- docs/ocis/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/getting-started.md b/docs/ocis/getting-started.md index 2c68f85e8d..a26df51a0a 100644 --- a/docs/ocis/getting-started.md +++ b/docs/ocis/getting-started.md @@ -78,12 +78,12 @@ ocis list To stop a particular extension: {{< highlight txt >}} -ocis server kill web +ocis kill web {{< / highlight >}} To start a particular extension: {{< highlight txt >}} -ocis server run web +ocis run web {{< / highlight >}} The version command prints the version of your installed oCIS.