Skip to content

Commit dcd3b77

Browse files
committed
[#40] Remove some out of date root-id documentation
1 parent 709ee12 commit dcd3b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flattentool/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_parser():
5050
help="\"Roll up\" columns from subsheets into the main sheet if they are specified in a rollUp attribute in the schema.")
5151
parser_create_template.add_argument(
5252
"-r", "--root-id",
53-
help="Root ID of the data format, e.g. ocid for OCDS and blank for 360Giving (use --root-id=''). Defaults to ocid.")
53+
help="Root ID of the data format, e.g. ocid for OCDS")
5454
parser_create_template.add_argument(
5555
"--use-titles",
5656
action='store_true',
@@ -122,7 +122,7 @@ def create_parser():
122122
help="Name of the timezone, defaults to UTC. Should be in tzdata format, e.g. Europe/London")
123123
parser_unflatten.add_argument(
124124
"-r", "--root-id",
125-
help="Root ID of the data format, e.g. ocid for OCDS and blank for 360Giving (use --root-id=''). Defaults to ocid.")
125+
help="Root ID of the data format, e.g. ocid for OCDS")
126126
parser_unflatten.add_argument(
127127
"-s", "--schema",
128128
help="Path to a relevant schema.")

0 commit comments

Comments
 (0)