diff options
author | Tristan Gingold | 2014-11-03 20:54:03 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-11-03 20:54:03 +0100 |
commit | a7e6bcde1b4b6956a7d9407cd944c623916c8cf0 (patch) | |
tree | e04e9e701ada631008859729a86ab694ff2b40ee /translate | |
parent | 8bf6d7873124db4079b6757479c7e5d6327e7c86 (diff) | |
download | ghdl-a7e6bcde1b4b6956a7d9407cd944c623916c8cf0.tar.gz ghdl-a7e6bcde1b4b6956a7d9407cd944c623916c8cf0.tar.bz2 ghdl-a7e6bcde1b4b6956a7d9407cd944c623916c8cf0.zip |
Replace --dispconfig with --disp-config.
Diffstat (limited to 'translate')
-rw-r--r-- | translate/ghdldrv/ghdldrv.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/ghdldrv/ghdldrv.adb b/translate/ghdldrv/ghdldrv.adb index 50fd6d7..eb4de29 100644 --- a/translate/ghdldrv/ghdldrv.adb +++ b/translate/ghdldrv/ghdldrv.adb @@ -719,14 +719,14 @@ package body Ghdldrv is is pragma Unreferenced (Cmd); begin - return Name = "--dispconfig"; + return Name = "--dispconfig" or else Name = "--disp-config"; end Decode_Command; function Get_Short_Help (Cmd : Command_Dispconfig) return String is pragma Unreferenced (Cmd); begin - return "--dispconfig Disp tools path"; + return "--disp-config Disp tools path"; end Get_Short_Help; procedure Perform_Action (Cmd : in out Command_Dispconfig; |