Skip to content

Commit

Permalink
add requested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicBurkart committed May 30, 2023
1 parent 5517430 commit c62b218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ pub struct RootOpts {
pub graceful_shutdown_duration: NonZeroU64,

/// Never time out while waiting for graceful shutdown after SIGINT or SIGTERM received. This is useful
/// when you would like for Vector to attempt to send data until terminated by a SIGKILL.
/// when you would like for Vector to attempt to send data until terminated by a SIGKILL. Overrides/cannot
/// be set with --graceful-shutdown-duration.
#[arg(
long,
default_value = "false",
Expand Down

0 comments on commit c62b218

Please sign in to comment.