"For example" is "e.g." (exempli gratia), not "i.e." (id est), which means "that...
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 22 Jun 2011 05:29:15 +0000 (07:29 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 22 Jun 2011 05:29:15 +0000 (07:29 +0200)
main.c

diff --git a/main.c b/main.c
index 9930066..9ed9ea8 100644 (file)
--- a/main.c
+++ b/main.c
@@ -683,7 +683,7 @@ static void print_help_codegeneration(void)
        put_help("-ffast-math",              "same as fp-fast (gcc compatibility)");
        puts("");
        puts("\tMost of these options can be used with a no- prefix to disable them");
-       puts("\ti.e. -fno-signed-char");
+       puts("\te.g. -fno-signed-char");
 }
 
 static void print_help_linker(void)