aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2016-04-13 04:27:27 +0300
committerseyko <seyko2@gmail.com>2016-04-13 04:27:27 +0300
commitf869dfb47ffef82fe6b6874706fe77b2a31956ed (patch)
treeea02732f4937950fccb847a2a37075912cbca293
parent131d776d662372747dbec2aebcee5067e62e12ea (diff)
downloadtinycc-f869dfb47ffef82fe6b6874706fe77b2a31956ed.tar.gz
tinycc-f869dfb47ffef82fe6b6874706fe77b2a31956ed.tar.bz2
document -dM in "tcc -h" output
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 6d9bf52..b49a203 100644
--- a/tcc.c
+++ b/tcc.c
@@ -98,7 +98,7 @@ static void help(void)
" -Usym undefine 'sym'\n"
" -E preprocess only\n"
" -P[1] no/alternative output of #line directives with -E\n"
- " -dD dump defines\n"
+ " -dD -dM dump defines (only with -E)\n"
"Linker options:\n"
" -Ldir add library path 'dir'\n"
" -llib link with dynamic or static library 'lib'\n"