Browse Source

Document --output-data-var switch.

git-svn-id: file:///var/svn/tigccpp/trunk@1156 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
1a05d4279b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tigcc/ld-tigcc/main_opt.inc

+ 2 - 1
tigcc/ld-tigcc/main_opt.inc

@@ -2,7 +2,7 @@
 
    Copyright (C) 2002-2004 Sebastian Reichelt
    Copyright (C) 2004 Billy Charvet
-   Copyright (C) 2004-2006 Kevin Kofler
+   Copyright (C) 2004-2007 Kevin Kofler
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -89,6 +89,7 @@
 					        "     --outputbin-main-only\n"
 					        "                          Create main file w/o PC header (but data file with)\n"
 					        "  -o --output <file>      Write output to <file>.???\n"
+					        "  -output-data-var <file> Write data variable (if any) to <file>.???\n"
 					        "  -n --varname <[folder\\]name>\n"
 					        "                          Name output variable <folder\\name>\n"
 #ifdef DATA_VAR_SUPPORT