diff --git a/os/utils.c b/os/utils.c index a959b350dc..4e3422ea2b 100644 --- a/os/utils.c +++ b/os/utils.c @@ -600,6 +600,12 @@ ProcessCommandLine(int argc, char *argv[]) else UseMsg(); } + else if (strcmp(argv[i],"-noreset") == 0){ + ErrorF("Argument -noreset is removed in XLibre (for more context: https://github.com/orgs/X11Libre/discussions/424 )\n"); + } + else if(strcmp(argv[i],"-reset") == 0){ + ErrorF("Argument -reset is removed in XLibre (for more context: https://github.com/orgs/X11Libre/discussions/424 )\n"); + } else if (strcmp(argv[i], "-p") == 0) { if (++i < argc) defaultScreenSaverInterval = ((CARD32) atoi(argv[i])) *