Skip to content

Commit

Permalink
Make the --help description for -w and -wi clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 13, 2012
1 parent 3987c7e commit b3768ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mars.c
Expand Up @@ -364,8 +364,8 @@ Usage:\n\
-version=level compile in version code >= level\n\
-version=ident compile in version code identified by ident\n\
-vtls list all variables going into thread local storage\n\
-w enable warnings\n\
-wi enable informational warnings\n\
-w warnings as errors (compilation will halt)\n\
-wi warnings as messages (compilation will continue)\n\
-X generate JSON file\n\
-Xffilename write JSON file to filename\n\
", fpic);
Expand Down

0 comments on commit b3768ad

Please sign in to comment.