Skip to content

Commit

Permalink
Merge pull request #5233 from mihails-strasuns-sociomantic/dlang-twea…
Browse files Browse the repository at this point in the history
…k-v2-msg

[D1] clarify help string for `-v2` flag
  • Loading branch information
dnadlinger committed Oct 28, 2015
2 parents 0ff63cc + 5591e35 commit 6ae11b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mars.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,10 @@ Usage:\n\
-unittest compile in unit tests\n\
-v verbose\n\
-v1 D language version 1\n\
-v2 give hints for converting to D2 (default hint set)\n\
-v2 give hints for converting to D2 (enables all hints)\n\
-v2=XXX enable the specific XXX conversion hint type\n\
-v2=-XXX disable the specific XXX conversion hint type\n\
(if -v2 wasn't enable already, the defaults are enabled first)\n\
(if -v2 wasn't enabled already, all other hints will become enabled first)\n\
-v2-list list all available conversion hint types\n\
-version=level compile in version code >= level\n\
-version=ident compile in version code identified by ident\n\
Expand Down

0 comments on commit 6ae11b6

Please sign in to comment.