Skip to content

Commit a20ee1f

Browse files
committed
fix(review): align --namespace help text with --cluster
Document that --namespace default comes from ~/.oabctl/config.toml, consistent with the --cluster flag's help text.
1 parent 0ae6644 commit a20ee1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enum Commands {
6666
/// ECS cluster name (default: from ~/.oabctl/config.toml; ignored when using -f)
6767
#[arg(long)]
6868
cluster: Option<String>,
69-
/// Namespace (ignored when using -f — read from each manifest instead)
69+
/// Namespace (default: from ~/.oabctl/config.toml; ignored when using -f)
7070
#[arg(long)]
7171
namespace: Option<String>,
7272
},

0 commit comments

Comments
 (0)