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 4bcc83d commit 933ed72Copy full SHA for 933ed72
exporter/src/main.rs
@@ -79,7 +79,7 @@ struct Opt {
79
#[clap(name = "output")]
80
output_path: Option<PathBuf>,
81
82
- /// Number of frames to capture per file. Use 'all' to capture all frames."
+ /// Number of frames to capture per file. Use 'all' to capture all frames.
83
#[clap(short = 'f', long = "frames", default_value = "1")]
84
frames: FrameSelection,
85
0 commit comments