aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-03-16 15:34:35 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-23 18:46:31 +0200
commit3525ecf0d41d0e40f8719ad3f8bd35a7781ab8cc (patch)
tree3efdc2cea3fdb10faefe9c32015db8a1645b6026 /tools
parent7653f4411d0e951dbe6d9ec25a13b68871a85632 (diff)
downloadhardware_replicant_libsamsung-ipc-3525ecf0d41d0e40f8719ad3f8bd35a7781ab8cc.tar.gz
hardware_replicant_libsamsung-ipc-3525ecf0d41d0e40f8719ad3f8bd35a7781ab8cc.tar.bz2
hardware_replicant_libsamsung-ipc-3525ecf0d41d0e40f8719ad3f8bd35a7781ab8cc.zip
tools: ipc-modem: help: the phone number is mandatory when using --call=
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/ipc-modem/ipc-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipc-modem/ipc-modem.c b/tools/ipc-modem/ipc-modem.c
index 9f1ad3c..01498dd 100644
--- a/tools/ipc-modem/ipc-modem.c
+++ b/tools/ipc-modem/ipc-modem.c
@@ -505,7 +505,7 @@ void print_help(void)
"\tstart "
"boot modem and start read loop\n"
"arguments:\n"
- "\t--call=[NUMBER] call NUMBER\n"
+ "\t--call=<NUMBER> call NUMBER\n"
"\t--debug enable debug messages\n"
"\t--dry-run "
"Test the ipc-modem program without talking to the modem.\n"