Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg committed Nov 2, 2023
1 parent 3805880 commit 7ac746a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ pub struct RootOpts {

/// Allow the configuration to run without any components. This is useful for loading in an
/// empty stub config that will later be replaced with actual components. Note that this is
/// likely not useful without also watching for config file changes as described for
/// likely not useful without also watching for config file changes as described in
/// `--watch-empty`.
#[arg(long, env = "VECTOR_ALLOW_EMPTY_CONFIG", default_value = "false")]
pub allow_empty_config: bool,
2 changes: 1 addition & 1 deletion website/cue/reference/cli.cue
Original file line number Diff line number Diff line change
@@ -650,7 +650,7 @@ cli: {
}
VECTOR_ALLOW_EMPTY_CONFIG: {
description: """
Allow the configuration to run without any components. This is useful for loading in an empty stub config that will later be replaced with actual components. Note that this is likely not useful without also watching for config file changes as described for `--watch-empty`.
Allow the configuration to run without any components. This is useful for loading in an empty stub config that will later be replaced with actual components. Note that this is likely not useful without also watching for config file changes as described in `--watch-empty`.
"""
type: bool: default: false
}

0 comments on commit 7ac746a

Please sign in to comment.