1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Index: xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp
===================================================================
--- xmlcopyeditor-1.2.1.3.orig/src/xmlcopyeditor.cpp
+++ xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp
@@ -1207,8 +1207,7 @@ void MyFrame::handleCommandLine()
}
else
{
- std::cout << "Usage: xmlcopyeditor [--version --help -ws] [<file>] [<file2>]" << std::endl
- << "Options -w (import Microsoft Word document) and -s (open Spelling and style check) are provided for integration with Microsoft Office and only available on Windows" << std::endl;
+ std::cout << "Usage: xmlcopyeditor [--version --help] [<file>] [<file2>]" << std::endl;
}
exit ( 0 );
default:
|