diff options
author | Tuncer Ayaz <[email protected]> | 2010-10-29 21:21:42 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-11-09 14:31:48 +0100 |
commit | f26528bbea0a24674e797a58b97117c1f8cf163f (patch) | |
tree | 7bf7466b698236ea28ec053f5f1a462a79e07006 /lib/dialyzer/doc | |
parent | cbdf6d5743f7f2a0f441dd023e9f3d95d4a5f279 (diff) | |
download | otp-f26528bbea0a24674e797a58b97117c1f8cf163f.tar.gz otp-f26528bbea0a24674e797a58b97117c1f8cf163f.tar.bz2 otp-f26528bbea0a24674e797a58b97117c1f8cf163f.zip |
Fix two typos in Dialyzer documentation
Diffstat (limited to 'lib/dialyzer/doc')
-rw-r--r-- | lib/dialyzer/doc/src/dialyzer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/doc/src/dialyzer.xml b/lib/dialyzer/doc/src/dialyzer.xml index b977a44913..29308885fd 100644 --- a/lib/dialyzer/doc/src/dialyzer.xml +++ b/lib/dialyzer/doc/src/dialyzer.xml @@ -101,9 +101,9 @@ <tag><c><![CDATA[--output_plt file]]></c></tag> <item>Store the PLT at the specified location after building it.</item> <tag><c><![CDATA[--plt plt]]></c></tag> - <item>Use the specified plt as the initial persistent lookup table.</item> + <item>Use the specified PLT as the initial persistent lookup table.</item> <tag><c><![CDATA[-Wwarn]]></c></tag> - <item>a family of option which selectively turn on/off warnings. + <item>a family of options which selectively turn on/off warnings. (for help on the names of warnings use <c><![CDATA[dialyzer -Whelp]]></c>)</item> <tag><c><![CDATA[--shell]]></c></tag> <item>do not disable the Erlang shell while running the GUI</item> |