]> git.saurik.com Git - wxWidgets.git/commitdiff
A little tweak to the usage text
authorRobin Dunn <robin@alldunn.com>
Thu, 11 Dec 2003 19:25:33 +0000 (19:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 11 Dec 2003 19:25:33 +0000 (19:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/SWIG/swig.xmlout.patch

index 05015d8d9560c04d49f6271fb51c3dcb18d6652a..5f0e0c163974fb3b0b242938cac0d4deb3d6089d 100644 (file)
@@ -4,7 +4,7 @@ RCS file: /cvsroot/SWIG/Source/Swig/swig.h,v
 retrieving revision 1.76
 diff -u -4 -r1.76 swig.h
 --- Source/Swig/swig.h 11 Nov 2003 20:16:35 -0000      1.76
-+++ Source/Swig/swig.h 11 Dec 2003 18:12:49 -0000
++++ Source/Swig/swig.h 11 Dec 2003 19:24:42 -0000
 @@ -350,8 +350,10 @@
  extern void Swig_print_tags(File *obj, Node *root);
  extern void Swig_print_tree(Node *obj);
@@ -22,13 +22,13 @@ RCS file: /cvsroot/SWIG/Source/Modules/main.cxx,v
 retrieving revision 1.23
 diff -u -4 -r1.23 main.cxx
 --- Source/Modules/main.cxx    8 Dec 2003 23:42:37 -0000       1.23
-+++ Source/Modules/main.cxx    11 Dec 2003 18:12:50 -0000
++++ Source/Modules/main.cxx    11 Dec 2003 19:24:42 -0000
 @@ -85,15 +85,17 @@
       -v              - Run in verbose mode\n\
       -version        - Print SWIG version number\n\
       -Wall           - Enable all warning messages\n\
       -w<n>           - Suppress warning number <n>\n\
-+     -xmlout <file> - Write an XML version of the parse tree to file after normal processing\n\
++     -xmlout <file>  - Write an XML version of the parse tree to file after normal processing\n\
  \n";
  
  // Local variables
@@ -90,7 +90,7 @@ RCS file: /cvsroot/SWIG/Source/Modules/xml.cxx,v
 retrieving revision 1.8
 diff -u -4 -r1.8 xml.cxx
 --- Source/Modules/xml.cxx     31 Oct 2003 17:42:40 -0000      1.8
-+++ Source/Modules/xml.cxx     11 Dec 2003 18:12:50 -0000
++++ Source/Modules/xml.cxx     11 Dec 2003 19:24:42 -0000
 @@ -24,9 +24,8 @@
  //static Node *view_top = 0;
  static File *out = 0;