Skip to content

Commit 0243c3e

Browse files
adwk67Techassi
andauthored
Update rust/stackablectl/src/cmds/demo.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent 9e933ef commit 0243c3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rust/stackablectl/src/cmds/demo.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ to specify operator versions."
113113
#[command(flatten)]
114114
namespaces: CommonNamespaceArgs,
115115

116+
/// Source the charts from either a OCI registry or from index.yaml-based repositories.
116117
#[arg(
117118
long,
118-
long_help = "Source the charts from either a OCI registry or from Nexus repositories.",
119-
value_enum, default_value_t = Default::default()
119+
value_enum,
120+
default_value_t = Default::default()
120121
)]
121122
chart_source: ChartSourceTypeArg,
122123
}

0 commit comments

Comments
 (0)