Skip to content

Commit 907480d

Browse files
committed
otiotool --downgrade usage statement links to OTIO docs.
Signed-off-by: Joshua Minor <[email protected]>
1 parent 7e379a3 commit 907480d

File tree

1 file changed

+3
-2
lines changed
  • src/py-opentimelineio/opentimelineio/console

1 file changed

+3
-2
lines changed

src/py-opentimelineio/opentimelineio/console/otiotool.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,9 @@ def parse_arguments():
396396
to output an OTIO file. FAMILY:VERSION specifies which schema family
397397
and version to use. If FAMILY: is omitted, the default OTIO_CORE: is
398398
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."""
399+
`--downgrade 0.14.0`. See
400+
https://opentimelineio.readthedocs.io/en/latest/tutorials/versioning-schemas.html
401+
for details."""
401402
)
402403
parser.add_argument(
403404
"--list-versions",

0 commit comments

Comments
 (0)