File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ optional arguments:
33
33
Defaults to utf8.
34
34
-o OUTPUT_NAME, --output-name OUTPUT_NAME
35
35
Name of the outputted file. Will have an extension
36
- appended as appropriate. Defaults to unflattened.json
36
+ appended as appropriate.
37
37
-c CELL_SOURCE_MAP, --cell-source-map CELL_SOURCE_MAP
38
38
Path to write a cell source map to. Will have an
39
39
extension appended as appropriate.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ def create_parser():
124
124
help = "Encoding of the input file(s) (only relevant for CSV). This can be any encoding recognised by Python. Defaults to utf8." )
125
125
parser_unflatten .add_argument (
126
126
"-o" , "--output-name" ,
127
- help = "Name of the outputted file. Will have an extension appended as appropriate. Defaults to unflattened.json " )
127
+ help = "Name of the outputted file. Will have an extension appended as appropriate." )
128
128
parser_unflatten .add_argument (
129
129
"-c" , "--cell-source-map" ,
130
130
help = "Path to write a cell source map to. Will have an extension appended as appropriate." )
You can’t perform that action at this time.
0 commit comments