diff options
| author | David Bauer | 2023-10-18 10:11:17 +0000 |
|---|---|---|
| committer | David Bauer | 2023-10-18 10:11:20 +0000 |
| commit | c8c9f105aa2d03146664fa1cc1bd2c837aa4aadd (patch) | |
| tree | caafe7d8e37eca1b8caa8e3d9f5a314067f329c9 | |
| parent | aac0776ec20dcd30d958a39bcde5c56f3c080ac6 (diff) | |
| download | uqmi-c8c9f105aa2d03146664fa1cc1bd2c837aa4aadd.tar.gz | |
uim: fix help formatting
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | commands-uim.h | 2 |
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" \ |