File: help.patch

package info (click to toggle)
xmlcopyeditor 1.3.1.0-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 24,528 kB
  • sloc: xml: 140,240; cpp: 29,372; sh: 4,925; makefile: 299; sed: 16
file content (14 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: xmlcopyeditor-1.3.0.0/src/xmlcopyeditor.cpp
===================================================================
--- xmlcopyeditor-1.3.0.0.orig/src/xmlcopyeditor.cpp
+++ xmlcopyeditor-1.3.0.0/src/xmlcopyeditor.cpp
@@ -1231,8 +1231,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: