While --help is parsed in the command line, it wasn't described in the help itself.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- 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 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
