Skip to content

Commit c62b218

Browse files
add requested comment
from #17479 (comment)
1 parent 5517430 commit c62b218

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cli.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ pub struct RootOpts {
170170
pub graceful_shutdown_duration: NonZeroU64,
171171

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

0 commit comments

Comments
 (0)