From a72059e50b4ae05ca3d2c699c290db2b55cac0c1 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Thu, 11 Mar 2021 13:33:36 +0300 Subject: [PATCH] Update development build.md To fix incorrect usage of the 'help requested' flag Signed-off-by: Muhammet Kara --- docs/ocis/development/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/development/build.md b/docs/ocis/development/build.md index f1e119cce..f5a610a3f 100644 --- a/docs/ocis/development/build.md +++ b/docs/ocis/development/build.md @@ -30,7 +30,7 @@ make generate make build {{< / highlight >}} -After building you have the binary within the `bin/` folder. Try to run it: `./bin/ocis -h` +After building you have the binary within the `bin/` folder. Try to run it: `./bin/ocis h` ## Build a local oCIS docker image