We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e379a3 commit 907480dCopy full SHA for 907480d
src/py-opentimelineio/opentimelineio/console/otiotool.py
@@ -396,8 +396,9 @@ def parse_arguments():
396
to output an OTIO file. FAMILY:VERSION specifies which schema family
397
and version to use. If FAMILY: is omitted, the default OTIO_CORE: is
398
used. For example `--downgrade OTIO_CORE:0.14.0` is equivalent to
399
- `--downgrade 0.14.0`. See the OpenTimelineIO documentation for
400
- OTIO_DEFAULT_TARGET_VERSION_FAMILY_LABEL for details."""
+ `--downgrade 0.14.0`. See
+ https://opentimelineio.readthedocs.io/en/latest/tutorials/versioning-schemas.html
401
+ for details."""
402
)
403
parser.add_argument(
404
"--list-versions",
0 commit comments