shithub: mc

Download patch

ref: 41f58088d668a208e560de1eecdc7c69582862ca
parent: 323f7cc44629fbac0375236b37c7673434eddb69
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Feb 1 18:23:07 EST 2016

Actually add the option flag to dump types.

--- a/muse/muse.c
+++ b/muse/muse.c
@@ -54,7 +54,7 @@
 	size_t i;
 	FILE *f;
 
-	optinit(&ctx, "d:hmo:I:l:", argv, argc);
+	optinit(&ctx, "sd:hmo:I:l:", argv, argc);
 	while (!optdone(&ctx)) {
 		switch (optnext(&ctx)) {
 		case 'h':