ソースを参照

* 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;



読み込み中…
キャンセル
保存