remove -M from getopt() string

This commit is contained in:
Alexandre Ratchov 2015-12-09 11:16:35 +01:00
parent 7530bbf6d2
commit 91166d3abf
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ main(int argc, char **argv)
setsig();
filelist_init();
while ((c = getopt(argc, argv, "a:b:c:C:de:f:j:L:m:Mq:r:s:t:U:v:w:x:z:")) != -1) {
while ((c = getopt(argc, argv, "a:b:c:C:de:f:j:L:m:q:r:s:t:U:v:w:x:z:")) != -1) {
switch (c) {
case 'd':
log_level++;