From 4adbabfc988d96a4d0ceb61295ad3e4822a6cbca Mon Sep 17 00:00:00 2001 From: svnesbo Date: Tue, 1 Nov 2022 19:09:07 +0100 Subject: Add missing -g for generic override to CLI help for RUNOPTS (#2220) Co-authored-by: Simon Voigt Nesbo --- src/grt/grt-options.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/grt/grt-options.adb') 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; -- cgit v1.2.3