Skip to content

Commit

Permalink
Updated a comment
Browse files Browse the repository at this point in the history
Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
  • Loading branch information
dcookspi committed Dec 13, 2023
1 parent 8923663 commit da03fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spfs-cli/common/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Vec<String>>,
Expand Down

0 comments on commit da03fca

Please sign in to comment.