Skip to content

Commit cc655ea

Browse files
committed
Adapt CLI option help text
1 parent 9ca3eaf commit cc655ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/red_knot/src/args.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ pub(crate) struct CheckCommand {
7575
///
7676
/// This is used to specialize the type of `sys.platform` and will affect the visibility
7777
/// of platform-specific functions and attributes. If the value is set to `all`, no
78-
/// assumptions are made about the target platform.
78+
/// assumptions are made about the target platform. If unspecified, the current system's
79+
/// platform will be used.
7980
#[arg(long, value_name = "PLATFORM", alias = "platform")]
8081
pub(crate) python_platform: Option<String>,
8182

0 commit comments

Comments
 (0)