1
This commit is contained in:
Alex Yatskov 2016-11-20 19:00:59 -08:00
parent 5bde395bb2
commit 32bbdec028

2
main.c
View File

@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
bool markup = false;
char opt = 0;
while ((opt = getopt(argc, argv, "p")) != -1) {
while ((opt = getopt(argc, argv, "pm")) != -1) {
switch (opt) {
case 'p':
pretty_print = true;