Added missing help entry.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 8 Jul 2011 07:41:14 +0000 (09:41 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 8 Jul 2011 11:11:38 +0000 (13:11 +0200)
main.c

diff --git a/main.c b/main.c
index 7419548..2649b76 100644 (file)
--- a/main.c
+++ b/main.c
@@ -608,6 +608,7 @@ static void print_help_parser(void)
        put_help("-fmessage-length=LEN",     "Ignored (gcc compatibility)");
        put_help("-fshort-wchar",            "Type \"wchar_t\" is unsigned short instead of int");
        put_help("-fshow-column",            "Show the column number in diagnostic messages");
+       put_help("-fsigned-char",            "Type \"char\" is a signed type");
        put_help("-funsigned-char",          "Type \"char\" is an unsigned type");
        put_help("--ms",                     "Enable msvc extensions");
        put_help("--no-ms",                  "Disable msvc extensions");