@@ -34,12 +34,11 @@ OF_APPLICATION_DELEGATE(OFDNS) static void help(OFStream *stream, bool full, int status) { - [OFStdErr writeLine: - OF_LOCALIZED(@"usage", + [OFStdErr writeLine: OF_LOCALIZED(@"usage", @"Usage: %[prog] -[chst] domain1 [domain2 ...]", @"prog", [OFApplication programName])]; if (full) { [stream writeString: @"\n"]; @@ -70,12 +69,11 @@ _inFlight--; if (exception == nil) [OFStdOut writeFormat: @"%@\n", response]; else { - [OFStdErr writeLine: OF_LOCALIZED( - @"failed_to_resolve", + [OFStdErr writeLine: OF_LOCALIZED(@"failed_to_resolve", @"Failed to resolve: %[exception]", @"exception", exception)]; _errors++; }