From bf7835db205336df3b1d2b8bbc8bf94d8748e1aa Mon Sep 17 00:00:00 2001 From: Benjamin <12752145+Benjamin-Loison@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:16:41 +0200 Subject: [PATCH] Remove an unnecessary space and *{* --- util/ectool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/ectool.c b/util/ectool.c index f6b6deedf2..5f360e5af6 100644 --- a/util/ectool.c +++ b/util/ectool.c @@ -229,7 +229,7 @@ const char help_str[] = " powerinfo\n" " Prints power-related information\n" " protoinfo\n" - " Prints EC host protocol information\n" + " Prints EC host protocol information\n" " pse\n" " Get and set PoE PSE port power status\n" " pstoreinfo\n" @@ -278,7 +278,7 @@ const char help_str[] = " info: get all info about rwsig\n" " dump: show individual rwsig field\n" " action: Control the behavior of RWSIG task.\n" - " status: Run RW signature verification and get status.\n{" + " status: Run RW signature verification and get status.\n" " rwsigaction (DEPRECATED; use \"rwsig action\")\n" " Control the behavior of RWSIG task.\n" " rwsigstatus (DEPRECATED; use \"rwsig status\"\n"