diff options
author | svnesbo <simon.nesboe@inventas.no> | 2022-11-01 19:09:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 19:09:07 +0100 |
commit | 4adbabfc988d96a4d0ceb61295ad3e4822a6cbca (patch) | |
tree | d6906d8effb416e31f3986ec97a8d9df885927b9 | |
parent | 1cc85c5788f3181081ab92aefc913787a51e48e7 (diff) | |
download | ghdl-4adbabfc988d96a4d0ceb61295ad3e4822a6cbca.tar.gz ghdl-4adbabfc988d96a4d0ceb61295ad3e4822a6cbca.tar.bz2 ghdl-4adbabfc988d96a4d0ceb61295ad3e4822a6cbca.zip |
Add missing -g for generic override to CLI help for RUNOPTS (#2220)
Co-authored-by: Simon Voigt Nesbo <Simon.Voigt.Nesbo@hvl.no>
-rw-r--r-- | src/grt/grt-options.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-options.adb b/src/grt/grt-options.adb index 2b07278b1..5c9c222f4 100644 --- a/src/grt/grt-options.adb +++ b/src/grt/grt-options.adb @@ -95,6 +95,7 @@ package body Grt.Options is P (" warning at the end of simulation"); -- P (" --threads=N use N threads for simulation"); P ("Additional features:"); + P (" -gNAME=VALUE override the generic NAME of the top unit"); P (" --has-feature=X test presence of feature X"); P (" --list-features display the list of features"); Grt.Hooks.Call_Help_Hooks; |