# HG changeset patch # User Matti Hamalainen # Date 1509334717 -7200 # Node ID 30c888dfec9ff509b27c329240f88149fd06daf3 # Parent 2791f790497d473a2b2428a2362e3f4a199ecc01 Fix commandline option mixup -g vs -e diff -r 2791f790497d -r 30c888dfec9f tools/dumpmod.c --- 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: