瀏覽代碼

* Fix the "img2txt: option requires an argument -- h" bug.

tags/v0.99.beta14
Sam Hocevar sam 17 年之前
父節點
當前提交
7e75ff3c1d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/img2txt.c

+ 1
- 1
src/img2txt.c 查看文件

@@ -126,7 +126,7 @@ int main(int argc, char **argv)
{ "help", 0, NULL, 'h' },
{ "version", 0, NULL, 'v' },
};
int c = mygetopt(argc, argv, "W:H:f:d:g:b:c:h:v:x:y:", long_options, &option_index);
int c = mygetopt(argc, argv, "W:H:f:d:g:b:c:hvx:y:", long_options, &option_index);
if(c == -1)
break;



Loading…
取消
儲存