# HG changeset patch # User Matti Hamalainen # Date 1582553498 -7200 # Node ID 1763d9b26a5883867ddf01b429d34771d1bd6223 # Parent 1d4d22c862eda878b4a2e8804e78ab9bae2d1b09 Do not show 'Invalid argument' message, assume the caller does it. diff -r 1d4d22c862ed -r 1763d9b26a58 th_args.c --- a/th_args.c Mon Feb 24 07:42:34 2020 +0200 +++ b/th_args.c Mon Feb 24 16:11:38 2020 +0200 @@ -161,7 +161,6 @@ if (handle_other == NULL || (handle_other != NULL && !handle_other(str))) { - THERR("Invalid argument '%s'\n", str); optionsOK = FALSE; } }