diff options
Diffstat (limited to 'translate/ghdldrv/ghdl_gcc.adb')
-rw-r--r-- | translate/ghdldrv/ghdl_gcc.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdl_gcc.adb b/translate/ghdldrv/ghdl_gcc.adb index 5edb6bf..a93579b 100644 --- a/translate/ghdldrv/ghdl_gcc.adb +++ b/translate/ghdldrv/ghdl_gcc.adb @@ -24,7 +24,7 @@ procedure Ghdl_Gcc is begin -- Manual elaboration so that the order is known (because it is the order -- used to display help). - Ghdlmain.Version_String := new String'("(Use the GCC back-end.)"); + Ghdlmain.Version_String := new String'("GCC back-end code generator"); Ghdldrv.Register_Commands; Ghdllocal.Register_Commands; Ghdlprint.Register_Commands; |