From e06e52208cb3a6156fb39ac3708db84fa61dbf52 Mon Sep 17 00:00:00 2001 From: unixkiwi Date: Sun, 29 Mar 2026 05:10:57 +0200 Subject: [PATCH] manim: remove `-f` short flag (#21766) Co-authored-by: Lena Pastwa --- pages.ko/common/manim.md | 2 +- pages.zh/common/manim.md | 2 +- pages/common/manim.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.ko/common/manim.md b/pages.ko/common/manim.md index 3819a00ffd..090d58dca7 100644 --- a/pages.ko/common/manim.md +++ b/pages.ko/common/manim.md @@ -21,7 +21,7 @@ - 특정 해상도와 프레임 속도로 렌더링: -`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{경로/파일.py}} {{장면이름}}` +`manim {{[-r|--resolution]}} {{1920,1080}} --fps {{60}} {{경로/파일.py}} {{장면이름}}` - 렌더링 없이 스크립트에 정의된 장면 목록 보기: diff --git a/pages.zh/common/manim.md b/pages.zh/common/manim.md index 4e71d52baa..80fd04fd7e 100644 --- a/pages.zh/common/manim.md +++ b/pages.zh/common/manim.md @@ -21,7 +21,7 @@ - 使用指定分辨率和帧率进行渲染: -`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{路径/文件.py}} {{场景名称}}` +`manim {{[-r|--resolution]}} {{1920,1080}} --fps {{60}} {{路径/文件.py}} {{场景名称}}` - 列出文件中可用的场景而不进行渲染: diff --git a/pages/common/manim.md b/pages/common/manim.md index a82680d9e5..b525c2d889 100644 --- a/pages/common/manim.md +++ b/pages/common/manim.md @@ -21,7 +21,7 @@ - Render using a specific resolution and frame rate: -`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{path/to/file.py}} {{SceneName}}` +`manim {{[-r|--resolution]}} {{1920,1080}} --fps {{60}} {{path/to/file.py}} {{SceneName}}` - List available scenes in a file without rendering: