Merge pull request #232 from wilzbach/fix-17262

Issue 17262 - Better docs for rdmd
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
This commit is contained in:
The Dlang Bot 2017-06-18 06:16:18 +02:00 committed by GitHub
commit f01bcafa8c

1
rdmd.d
View file

@ -809,6 +809,7 @@ addition to compiler options, rdmd recognizes the following options:
(needs dmd's option `-of` to be present)
--man open web browser on manual page
--shebang rdmd is in a shebang line (put as first argument)
--tmpdir set an alternative temporary directory
".format(defaultCompiler, defaultExclusions);
}