From 5d5340641c888a647a6cac1970a9c1a678dba373 Mon Sep 17 00:00:00 2001 From: Jyun-Neng Date: Sun, 3 Apr 2022 20:18:10 +0800 Subject: [PATCH] Update description of running the examples All examples have removed the help method. `-h` flag does not work. Signed-off-by: Jyun-Neng --- examples/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 0409d3e49..abbcf7366 100644 --- a/examples/README.md +++ b/examples/README.md @@ -45,10 +45,8 @@ require [bats-core](https://github.com/bats-core/bats-core/releases/tag/v1.2.1). ## Running the examples -All examples have a help method by passing the `-h` flag, for example - ``` -./BGV_packed_arithmetic -h +./BGV_packed_arithmetic ``` The BGV_packed_arithmetic example shows some of the basic arithmetic APIs