diff --git a/src/ilasm/main.cpp b/src/ilasm/main.cpp index de2d2530200d..447d02107ed2 100644 --- a/src/ilasm/main.cpp +++ b/src/ilasm/main.cpp @@ -171,7 +171,6 @@ extern "C" int _cdecl wmain(int argc, __in WCHAR **argv) printf("\n/CLOCK Measure and report compilation times"); // printf("\n/ERROR Try to create .exe or .dll file despite errors reported"); // printf("\n Warning! Results are unpredictable, use this option at your own risk!"); - printf("\n/RESOURCE= Link the specified resource file (*.res) \n\t\t\tinto resulting .exe or .dll"); printf("\n/OUTPUT= Compile to file with specified name \n\t\t\t(user must provide extension, if any)"); printf("\n/KEY= Compile with strong signature \n\t\t\t( contains private key)"); printf("\n/KEY=@ Compile with strong signature \n\t\t\t( is the private key source name)");