From 6d5f868aa51ddce769aa9648dcf4a0d507b1b1d4 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 3 Aug 2017 22:25:03 +0200 Subject: [PATCH 1/1] save --- lib/ecoli_node_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ecoli_node_cmd.c b/lib/ecoli_node_cmd.c index 7d11dfa..123c0a8 100644 --- a/lib/ecoli_node_cmd.c +++ b/lib/ecoli_node_cmd.c @@ -498,7 +498,7 @@ static int ec_node_cmd_testcase(void) int ret = 0; node = EC_NODE_CMD(NULL, - "command [option] (subset1, subset2, subset3) x | y", + "command [option] (subset1, subset2, subset3) x|y", ec_node_int("x", 0, 10, 10), ec_node_int("y", 20, 30, 10) ); -- 2.20.1