summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bauer2023-10-18 10:11:17 +0000
committerDavid Bauer2023-10-18 10:11:20 +0000
commitc8c9f105aa2d03146664fa1cc1bd2c837aa4aadd (patch)
treecaafe7d8e37eca1b8caa8e3d9f5a314067f329c9
parentaac0776ec20dcd30d958a39bcde5c56f3c080ac6 (diff)
downloaduqmi-c8c9f105aa2d03146664fa1cc1bd2c837aa4aadd.tar.gz
uim: fix help formatting
Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r--commands-uim.h2
1 files changed, 1 insertions, 1 deletions
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 <pin>: Verify PIN1 (new devices)\n" \
" --uim-verify-pin2 <pin>: 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" \