diff --git a/crates/spfs-cli/common/src/args.rs b/crates/spfs-cli/common/src/args.rs index bce4e1bee..c2fc0e5e8 100644 --- a/crates/spfs-cli/common/src/args.rs +++ b/crates/spfs-cli/common/src/args.rs @@ -421,7 +421,7 @@ impl Logging { #[derive(Debug, Clone, clap::Args)] pub struct ExternalDataViewing { /// Output the data value for the given external data key(s) from - /// the active runtime. The each value is output on its own line + /// the active runtime. Each value is printed on its own line /// without its key. #[clap(long, alias = "external_data")] pub get: Option>,