Skip to content

Commit a438e34

Browse files
committed
fix(config): align unset help wording
1 parent 7954d02 commit a438e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cortex-cli/src/cli/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ pub enum ConfigSubcommand {
672672
Get(ConfigGetArgs),
673673
/// Set a configuration value
674674
Set(ConfigSetArgs),
675-
/// Unset (remove) a configuration value
675+
/// Unset (remove) a configuration key
676676
Unset(ConfigUnsetArgs),
677677
}
678678

0 commit comments

Comments
 (0)