diff options
author | Dan Gudmundsson <[email protected]> | 2013-12-20 10:44:16 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-12-20 10:44:16 +0100 |
commit | 0b68c48630311c5c97db50159c3076fa5b17a43d (patch) | |
tree | 15470b3b550f82674f80d84fca8c8bf4fe694211 /lib/dialyzer/doc/manual.txt | |
parent | b0702b98e3bde3d34f84027c9384e138478432c1 (diff) | |
parent | 56d9c00246a55e1bac7782451b89d0a4a36fcefb (diff) | |
download | otp-0b68c48630311c5c97db50159c3076fa5b17a43d.tar.gz otp-0b68c48630311c5c97db50159c3076fa5b17a43d.tar.bz2 otp-0b68c48630311c5c97db50159c3076fa5b17a43d.zip |
Merge remote-tracking branch 'origin/kostis/dialyzer_hipe-remove-gs'
Diffstat (limited to 'lib/dialyzer/doc/manual.txt')
-rw-r--r-- | lib/dialyzer/doc/manual.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/dialyzer/doc/manual.txt b/lib/dialyzer/doc/manual.txt index d519ac960b..29c9518d84 100644 --- a/lib/dialyzer/doc/manual.txt +++ b/lib/dialyzer/doc/manual.txt @@ -125,7 +125,7 @@ The exit status of the command line version is: Usage: dialyzer [--help] [--version] [--shell] [--quiet] [--verbose] [-pa dir]* [--plt plt] [--plts plt*] [-Ddefine]* [-I include_dir]* [--output_plt file] [-Wwarn]* - [--src] [--gui | --wx] [files_or_dirs] [-r dirs] + [--src] [--gui] [files_or_dirs] [-r dirs] [--apps applications] [-o outfile] [--build_plt] [--add_to_plt] [--remove_from_plt] [--check_plt] [--no_check_plt] [--plt_info] [--get_warnings] @@ -234,9 +234,7 @@ Options: --fullpath Display the full path names of files for which warnings are emitted. --gui - Use the gs-based GUI. - --wx - Use the wx-based GUI. + Use the GUI. Note: * denotes that multiple occurrences of these options are possible. |