From: David Bauer Date: Wed, 18 Oct 2023 10:11:17 +0000 (+0200) Subject: uim: fix help formatting X-Git-Url: http://git.openwrt.org/ubox.git?a=commitdiff_plain;h=c8c9f105aa2d03146664fa1cc1bd2c837aa4aadd;p=project%2Fuqmi.git uim: fix help formatting Signed-off-by: David Bauer --- 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" \