From da03fca624333943269db924189670341b9cce00 Mon Sep 17 00:00:00 2001 From: David Gilligan-Cook Date: Thu, 7 Dec 2023 14:31:56 -0800 Subject: [PATCH] Updated a comment Signed-off-by: David Gilligan-Cook --- crates/spfs-cli/common/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/spfs-cli/common/src/args.rs b/crates/spfs-cli/common/src/args.rs index bce4e1bee2..c2fc0e5e88 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>,