From c8c9f105aa2d03146664fa1cc1bd2c837aa4aadd Mon Sep 17 00:00:00 2001 From: David Bauer Date: Wed, 18 Oct 2023 12:11:17 +0200 Subject: [PATCH] uim: fix help formatting Signed-off-by: David Bauer --- commands-uim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands-uim.h b/commands-uim.h index 191f09c..f35c09f 100644 --- a/commands-uim.h +++ b/commands-uim.h @@ -31,7 +31,7 @@ #define uim_helptext \ " --uim-verify-pin1 : Verify PIN1 (new devices)\n" \ " --uim-verify-pin2 : Verify PIN2 (new devices)\n" \ - " --uim-get-sim-state: Get current SIM state\n" \ + " --uim-get-sim-state: Get current SIM state\n" \ " --uim-power-off: Power off SIM card\n" \ " --uim-slot: SIM slot [1-2]\n" \ " --uim-power-on: Power on SIM card\n" \ -- 2.30.2