diff --git a/README.md b/README.md index 85ae691..2d4375f 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,18 @@ Arguments: \ <FILE> Path to the xlsx file -Options: - -s, --separator - Separator [default: ;] - -r, --replace-separator-by - Replace separator char in cells by - -i, --include-hidden-lines - include hidden lines to output - -f, --fill-merged-cells - If merged cells, fill horizontally, vertically, both, or none [default: none] [possible values: none, horizontal, vertical, both] - -w, --worksheet - Chosse worksheet [default: 0] - -t, --trim - Trim white spaces at end of cells [default: none] [possible values: end, start, both, none] - -h, --help +Options: \ + -s, --separator \ + Separator [default: ;] \ + -r, --replace-separator-by \ + Replace separator char in cells by \ + -i, --include-hidden-lines \ + include hidden lines to output \ + -f, --fill-merged-cells \ + If merged cells, fill horizontally, vertically, both, or none [default: none] [possible values: none, horizontal, vertical, both] \ + -w, --worksheet \ + Chosse worksheet [default: 0] \ + -t, --trim \ + Trim white spaces at end of cells [default: none] [possible values: end, start, both, none] \ + -h, --help \ Print help \ No newline at end of file