# HG changeset patch # User Matti Hamalainen # Date 1582553536 -7200 # Node ID b7f622d39efc730bc0b5d083a722b3319740b864 # Parent 8d8197b3d0523b24eced751b72dc2cd1b568be4a Do not show 'Invalid argument' message, assume the caller does it. diff -r 8d8197b3d052 -r b7f622d39efc src/dmargs.c --- a/src/dmargs.c Sun Feb 23 08:55:30 2020 +0200 +++ b/src/dmargs.c Mon Feb 24 16:12:16 2020 +0200 @@ -160,7 +160,6 @@ if (handle_other == NULL || (handle_other != NULL && !handle_other(str))) { - dmErrorMsg("Invalid argument '%s'\n", str); optionsOK = FALSE; } }