diff --git a/c_src/cmd_format.c b/c_src/cmd_format.c index 152f7f37..730a544e 100644 --- a/c_src/cmd_format.c +++ b/c_src/cmd_format.c @@ -147,7 +147,7 @@ int cmd_format(int argc, char *argv[]) initialize = false; while ((opt = getopt_long(argc, argv, - "-L:U:g:fqhv", + "-L:l:U:g:fqhv", format_opts, NULL)) != -1) switch (opt) { @@ -238,6 +238,7 @@ int cmd_format(int argc, char *argv[]) break; case 'v': verbose = true; + break; case O_help: case 'h': usage();