Revisão | 2bbe400b89abf43ad84871fa048b9b5d03b2f0c7 (tree) |
---|---|
Hora | 2014-02-22 21:00:54 |
Autor | Yoshinori Sato <ysato@sa76...> |
Commiter | Yoshinori Sato |
option check fix
@@ -407,7 +407,7 @@ int main(int argc, char *argv[]) | ||
407 | 407 | } |
408 | 408 | } |
409 | 409 | |
410 | - if (optind >= argc || !config_list || input_freq == 0) { | |
410 | + if (optind >= argc && input_freq == 0 && !config_list) { | |
411 | 411 | usage(); |
412 | 412 | return 1; |
413 | 413 | } |