diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-02-01 23:23:07 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-02-01 23:23:07 -0800 |
commit | 41f58088d668a208e560de1eecdc7c69582862ca (patch) | |
tree | 4645473236083fcec5df8133bd9b48b430eba229 /muse | |
parent | 323f7cc44629fbac0375236b37c7673434eddb69 (diff) | |
download | mc-41f58088d668a208e560de1eecdc7c69582862ca.tar.gz |
Actually add the option flag to dump types.
Diffstat (limited to 'muse')
-rw-r--r-- | muse/muse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/muse.c b/muse/muse.c index cec2b20..e534303 100644 --- a/muse/muse.c +++ b/muse/muse.c @@ -54,7 +54,7 @@ int main(int argc, char **argv) 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': |