diff options
Diffstat (limited to 'src/grt/grt-fst.adb')
-rw-r--r-- | src/grt/grt-fst.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-fst.adb b/src/grt/grt-fst.adb index 9d6a861..6292668 100644 --- a/src/grt/grt-fst.adb +++ b/src/grt/grt-fst.adb @@ -662,7 +662,8 @@ package body Grt.Fst is end Fst_End; Fst_Hooks : aliased constant Hooks_Type := - (Option => Fst_Option'Access, + (Desc => new String'("fst: dump waveform in fst file format"), + Option => Fst_Option'Access, Help => Fst_Help'Access, Init => Fst_Init'Access, Start => Fst_Start'Access, |