changeset 1399:30c888dfec9f

Fix commandline option mixup -g vs -e
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Oct 2017 05:38:37 +0200
parents 2791f790497d
children 496d04ab495f
files tools/dumpmod.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/dumpmod.c	Sat Oct 28 17:45:39 2017 +0300
+++ b/tools/dumpmod.c	Mon Oct 30 05:38:37 2017 +0200
@@ -62,11 +62,11 @@
             break;
 
         case 3:
-            optViewGeneralInfo = TRUE;
+            optViewExtInstruments = TRUE;
             break;
 
         case 4:
-            optViewExtInstruments = TRUE;
+            optViewGeneralInfo = TRUE;
             break;
 
         case 5: