From: Nicolas Boisselier Date: Mon, 10 Apr 2023 01:03:31 +0000 (+0200) Subject: Better help ,rename option -print_num into -print-num X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=cc1459ac429ac4c6a952981f2df6e56f231b3813;p=nb.git Better help ,rename option -print_num into -print-num --- diff --git a/bin/html2csv b/bin/html2csv index f525c13e..f78fa224 100755 --- a/bin/html2csv +++ b/bin/html2csv @@ -217,19 +217,23 @@ Quick usage: =head1 OPTIONS - -option[tag|T=s] Default: table - -option[sep|s=s] Default: tab (\t) - -option[html!] Escape html (default: yes) - -option[num|n=i] Only dump table number - -option[print_num|pn!] Print num tag preffix - -option[exp1|E1=s] Regexp filter on tag 1 - -option[exp2|E2=s] Regexp filter on tag 2 - -option[exp3|E3=s] Regexp filter on tag 3 + -option[tag|T=s] Default: table + -option[sep|s=s] Default: tab (\t) + -option[html!] Escape html (default: yes) + -option[num|n=i] Only dump table number + -option[print-num|pn!] Print num tag preffix + + Filter on inside tags (ex: ) + -option[exp1|E1=s] Regexp filter on tag 1 + -option[exp2|E2=s] Regexp filter on tag 2 + -option[exp3|E3=s] Regexp filter on tag 3 + Example: for table tags: 1=table, 2=tr, 3=t[dh] + -option[verbose|v+] Verbose mode: increase the verbosity level. - -option[debug+] Debug mode: increase the verbosity level. - -option[version|V] Print version (default: $VERSION) - -option[help|h|?] Print a brief help message and exits. - -option[man] Print the manual page and exits. + -option[debug+] Debug mode: increase the verbosity level. + -option[version|V] Print version (default: $VERSION) + -option[help|h|?] Print a brief help message and exits. + -option[man] Print the manual page and exits. =cut