From fbb9eae2c791845756e0dd9136d7becf8da03608 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 9 Dec 2023 12:35:50 +0100 Subject: tools: Fix missing eth-dix in "irm ipcp create" The irm ipcp create tool had the ipcpd-eth-dix missing in the help. Updated the help text where PARAM = {options list} to where PARAM in {options list} and some other small fixes. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/tools/irm/irm_name_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/irm/irm_name_create.c') diff --git a/src/tools/irm/irm_name_create.c b/src/tools/irm/irm_name_create.c index 9f7e04f7..e92b1f63 100644 --- a/src/tools/irm/irm_name_create.c +++ b/src/tools/irm/irm_name_create.c @@ -52,7 +52,7 @@ static void usage(void) printf("Usage: irm name create\n" " \n" " lb [LB_POLICY], default: %s\n\n" - "where LB_POLICY = {" RR " " SPILL "}\n", RR); + "where LB_POLICY in {" RR " " SPILL "}\n", RR); } int do_create_name(int argc, -- cgit v1.2.3