File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def create_parser():
50
50
help = "\" Roll up\" columns from subsheets into the main sheet if they are specified in a rollUp attribute in the schema." )
51
51
parser_create_template .add_argument (
52
52
"-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" )
54
54
parser_create_template .add_argument (
55
55
"--use-titles" ,
56
56
action = 'store_true' ,
@@ -122,7 +122,7 @@ def create_parser():
122
122
help = "Name of the timezone, defaults to UTC. Should be in tzdata format, e.g. Europe/London" )
123
123
parser_unflatten .add_argument (
124
124
"-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" )
126
126
parser_unflatten .add_argument (
127
127
"-s" , "--schema" ,
128
128
help = "Path to a relevant schema." )
You can’t perform that action at this time.
0 commit comments