Skip to content

Commit c31b271

Browse files
committed
fix cli description
1 parent 4a79d47 commit c31b271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ def build_parser():
18971897
"--fix-schema-name",
18981898
action="store_true",
18991899
default=False,
1900-
help="Whether to fix the schema name to meet Synapse requirements",
1900+
help="Fixes the schema name to meet Synapse requirements by replacing dashes and underscores with periods.",
19011901
)
19021902
parser_register_json_schema.add_argument(
19031903
"--schema-version",

0 commit comments

Comments
 (0)