[Replicant] [libsamsung-ipc] [PATCH 08/14] tools: ipc-modem: Add --help in the help

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Wed Sep 1 14:25:29 UTC 2021


While --help is parsed in the command line, it wasn't described
in the help itself.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 tools/ipc-modem.c | 1 +
 1 file changed, 1 insertion(+)

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");
 }
 
-- 
2.33.0



More information about the Replicant mailing list