Skip to content

Commit d2c47d4

Browse files
committed
Fix shortcut
1 parent 1fefc9a commit d2c47d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_editor/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def main() -> None:
441441
({"--export-to-resolve", "-exr"}, ["--export", "resolve"]),
442442
({"--export-to-final-cut-pro", "-exf"}, ["--export", "final-cut-pro"]),
443443
({"--export-to-shotcut", "-exs"}, ["--export", "shotcut"]),
444-
({"--export-to-kdenlive", "-exs"}, ["--export", "kdenlive"]),
444+
({"--export-to-kdenlive", "-exk"}, ["--export", "kdenlive"]),
445445
({"--export-as-clip-sequence", "-excs"}, ["--export", "clip-sequence"]),
446446
({"--edit-based-on"}, ["--edit"]),
447447
],

0 commit comments

Comments
 (0)