robodoc/robodoc-4.99.43-helperror.patch
zhengyaohui d8cfb2fcd5 repair -h show error
(cherry picked from commit 102816e80caa823e451a9e50344d4f9c982f7b6a)
2021-09-30 14:51:33 +08:00

13 lines
487 B
Diff

diff -uNr robodoc-4.99.43/Source/robohdrs.c robodoc-4.99.43-new/Source/robohdrs.c
--- robodoc-4.99.43/Source/robohdrs.c 2015-04-12 01:28:57.000000000 +0800
+++ robodoc-4.99.43-new/Source/robohdrs.c 2021-09-30 14:11:50.969300297 +0800
@@ -289,7 +289,7 @@
int ch;
custhdr_t *c, *nc;
- while ( ( ch = getopt( argc, argv, "i:l:p:st:x:" ) ) != -1 )
+ while ( ( ch = getopt( argc, argv, "hi:l:p:st:x:" ) ) != -1 )
switch ( ch )
{