Skip to content

Commit

Permalink
Clarify --interpreter value
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 15, 2022
1 parent 968202a commit fa996fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ pub struct BuildOptions {
)]
pub platform_tag: Vec<PlatformTag>,

/// The python versions to build wheels for, given as the names of the
/// interpreters.
/// The python versions to build wheels for, given as the executables of
/// interpreters such as `python3.9` or `/usr/bin/python3.8`.
#[arg(short, long, num_args = 0.., action = clap::ArgAction::Append)]
pub interpreter: Vec<PathBuf>,

Expand Down

0 comments on commit fa996fb

Please sign in to comment.