Skip to content

Commit

Permalink
[options.rs] Change the version example to a supported version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 8, 2024
1 parent 3f26782 commit 3bf3514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Options:
Reveal either the target, `.icns`, or `.iconset` (in that order of preference) in Finder
--macOS <MACOS_VERSION>
Version of the macOS folder icon, e.g. "10.13". Defaults to the version currently running
Version of the macOS folder icon, e.g. "14.2.1". Defaults to the version currently running
--color-scheme <COLOR_SCHEME>
Color scheme — auto matches the current system value
Expand Down
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct FolderifyArgs {
#[clap(short, long)]
reveal: bool,

/// Version of the macOS folder icon, e.g. "10.13".
/// Version of the macOS folder icon, e.g. "14.2.1".
/// Defaults to the version currently running.
#[clap(long = "macOS", alias = "osx", short_alias = 'x', id = "MACOS_VERSION")]
mac_os: Option<String>, // TODO: enum, default?
Expand Down

0 comments on commit 3bf3514

Please sign in to comment.