Skip to content

Commit 933ed72

Browse files
AeroXukkjarosh
andauthored
Update exporter/src/main.rs
Co-authored-by: Kamil Jarosz <[email protected]>
1 parent 4bcc83d commit 933ed72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct Opt {
7979
#[clap(name = "output")]
8080
output_path: Option<PathBuf>,
8181

82-
/// Number of frames to capture per file. Use 'all' to capture all frames."
82+
/// Number of frames to capture per file. Use 'all' to capture all frames.
8383
#[clap(short = 'f', long = "frames", default_value = "1")]
8484
frames: FrameSelection,
8585

0 commit comments

Comments
 (0)