Skip to content

Commit

Permalink
Update crates/spfs-cli/common/src/args.rs
Browse files Browse the repository at this point in the history
Fix flag alias

Co-authored-by: Ryan Bottriell <ryan@bottriell.ca>
  • Loading branch information
dcookspi and rydrman authored Mar 1, 2024
1 parent d82bcb8 commit 69e63ea
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 @@ -428,7 +428,7 @@ pub struct AnnotationViewing {

/// Output all the annotation keys and values from the active
/// runtime as a yaml dictionary
#[clap(long, alias = "all_annotations")]
#[clap(long, alias = "all-annotations")]
pub get_all: bool,
}

Expand Down

0 comments on commit 69e63ea

Please sign in to comment.