aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-07-31 09:01:03 +0200
committerTristan Gingold <tgingold@free.fr>2016-07-31 09:01:03 +0200
commitc9fdcc4584b8242c595beba67515d16ae0a4dd3b (patch)
treec6d9d650fe4467e7498c10e5d059936fe068ff47 /src/options.adb
parenta3d2ba1812a7b899d4e1f752ee49604bb9ff1f92 (diff)
downloadghdl-c9fdcc4584b8242c595beba67515d16ae0a4dd3b.tar.gz
ghdl-c9fdcc4584b8242c595beba67515d16ae0a4dd3b.tar.bz2
ghdl-c9fdcc4584b8242c595beba67515d16ae0a4dd3b.zip
Factorise some help lines.
Diffstat (limited to 'src/options.adb')
-rw-r--r--src/options.adb8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/options.adb b/src/options.adb
index 341a7125b..c5feac2fe 100644
--- a/src/options.adb
+++ b/src/options.adb
@@ -237,16 +237,12 @@ package body Options is
P (" --syn-binding use synthesis default binding rule");
P (" -fpsl parse psl in comments");
P ("Compilation list:");
- P (" -ls after semantics");
- P (" -lc after canon");
- P (" -la after annotation");
+ P (" -l[sca] after semantics, canon or annotation");
P (" --lall -lX options apply to all files");
P (" -lv verbose list");
P (" -v disp compilation stages");
P ("Compilation dump:");
- P (" -dp dump tree after parsing");
- P (" -ds dump tree after semantics");
- P (" -da dump tree after annotate");
+ P (" -d[psa] dump tree after parse, semantics or annotate");
P (" --dall -dX options apply to all files");
if Back_End.Disp_Option /= null then
Back_End.Disp_Option.all;