diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c index 07285633436..34b85921e7b 100644 --- a/programs/attrib/attrib.c +++ b/programs/attrib/attrib.c @@ -167,7 +167,7 @@ int wmain(int argc, WCHAR *argv[]) } else if (((param[1] == 'R') || (param[1] == 'r')) && !param[2]) { WINE_FIXME("Option /R not yet supported\n"); } else { - WINE_FIXME("Unrecognized option\n"); + WINE_FIXME("Unknown option %s\n", debugstr_w(param)); } } else if (param[0]) { strcpyW(name, param);