diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-08-31 16:08:05 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-01 15:41:57 +0200 |
| commit | 2279e75fca692d1705af7655f9779f168adec61d (patch) | |
| tree | b13da7b043195f30bca79e871ee7a9146cecc370 | |
| parent | e7a8130a38fa741bc3aef98053e8f044385e9052 (diff) | |
| download | hardware_replicant_libsamsung-ipc-2279e75fca692d1705af7655f9779f168adec61d.tar.gz hardware_replicant_libsamsung-ipc-2279e75fca692d1705af7655f9779f168adec61d.tar.bz2 hardware_replicant_libsamsung-ipc-2279e75fca692d1705af7655f9779f168adec61d.zip | |
tools: ipc-modem: Add --help in the help
While --help is parsed in the command line, it wasn't described
in the help itself.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | tools/ipc-modem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ipc-modem.c b/tools/ipc-modem.c index db51177..26e346e 100644 --- a/tools/ipc-modem.c +++ b/tools/ipc-modem.c @@ -476,6 +476,7 @@ void print_help(void) printf("arguments:\n"); printf("\t--call=[NUMBER] call NUMBER\n"); printf("\t--debug enable debug messages\n"); + printf("\t--help print this help message\n"); printf("\t--pin=[PIN] provide SIM card PIN\n"); } |
