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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/irm/irm.c') diff --git a/src/tools/irm/irm.c b/src/tools/irm/irm.c index 5d24ad03..1e648b85 100644 --- a/src/tools/irm/irm.c +++ b/src/tools/irm/irm.c @@ -49,7 +49,7 @@ static void usage(void) { printf("Usage: irm [OPERATION]\n\n" - "where OPERATION = {ipcp bind unbind name}\n"); + "where OPERATION in { ipcp bind unbind name }\n"); } static int do_help(int argc, -- cgit v1.2.3