Skip to content

Commit f831700

Browse files
committed
add fancy_grid and tsv to the usage message
1 parent ef3c5dc commit f831700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tabulate.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -970,9 +970,9 @@ def _main():
970970
-h, --help show this message
971971
-1, --header use the first row of data as a table header
972972
-s REGEXP, --sep REGEXP use a custom column separator (default: whitespace)
973-
-f FMT, --format FMT set output table format;
974-
supported formats: plain, simple, grid, pipe,
975-
orgtbl, rst, mediawiki, latex, latex_booktabs
973+
-f FMT, --format FMT set output table format; supported formats:
974+
plain, simple, grid, fancy_grid, pipe, orgtbl,
975+
rst, mediawiki, latex, latex_booktabs, tsv
976976
(default: simple)
977977
"""
978978
import getopt

0 commit comments

Comments
 (0)