Skip to content

Commit

Permalink
[options.rs] Specify what "by default" means.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed May 24, 2024
1 parent 9aa236e commit 229f0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct FolderifyArgs {
color_scheme: ColorSchemeOrAuto,

/// Don't trim margins from the mask.
/// By default, transparent margins are trimmed from all 4 sides.
/// By default (i.e. without this flag), transparent margins are trimmed from all 4 sides.
#[clap(long, verbatim_doc_comment)]
no_trim: bool,

Expand Down

0 comments on commit 229f0ec

Please sign in to comment.