We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a79d47 commit c31b271Copy full SHA for c31b271
1 file changed
synapseclient/__main__.py
@@ -1897,7 +1897,7 @@ def build_parser():
1897
"--fix-schema-name",
1898
action="store_true",
1899
default=False,
1900
- help="Whether to fix the schema name to meet Synapse requirements",
+ help="Fixes the schema name to meet Synapse requirements by replacing dashes and underscores with periods.",
1901
)
1902
parser_register_json_schema.add_argument(
1903
"--schema-version",
0 commit comments