Skip to content

Commit ee1d64d

Browse files
committed
fix tabulate CLI --sep option
1 parent cb1e548 commit ee1d64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ def _main():
10291029
try:
10301030
opts, args = getopt.getopt(sys.argv[1:],
10311031
"h1o:s:f:",
1032-
["help", "header", "output", "separator", "format"])
1032+
["help", "header", "output", "sep=", "format="])
10331033
except getopt.GetoptError as e:
10341034
print(e)
10351035
print(usage)

0 commit comments

Comments
 (0)