Skip to content

Commit 2c0c8c8

Browse files
Change help for option
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent dd53471 commit 2c0c8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/cli/render/global_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def validate_gui_location(ctx, param, value):
107107
),
108108
option(
109109
"--preview_command",
110-
help="The command to preview the video file (ex: xdg-open on linux)",
110+
help="The command used to preview the output file (for example vlc for video files)",
111111
default="",
112112
),
113113
)

0 commit comments

Comments
 (0)