]> git.nbdom.net Git - nb.git/commitdiff
Better help ,rename option -print_num into -print-num
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 10 Apr 2023 01:03:31 +0000 (03:03 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 10 Apr 2023 01:03:31 +0000 (03:03 +0200)
bin/html2csv

index f525c13e75f89f39febee355551650e500cd8e09..f78fa2248ba11d6a99129c2592ab6927c32e9b4a 100755 (executable)
@@ -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: <tr{EXP2}>)
+ -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