We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e07cd commit 4070fbdCopy full SHA for 4070fbd
src/main.rs
@@ -13,11 +13,11 @@ const APP_NAME: &str = "containerdebug";
13
/// Collects and prints helpful debugging information about the environment that it is running in.
14
#[derive(clap::Parser)]
15
struct Opts {
16
- /// Loop every DURATION, instead of shutting down once completed (default DURATION: 1m)
+ /// Loop every DURATION, instead of shutting down once completed (default DURATION: 30m)
17
#[clap(
18
long = "loop",
19
value_name = "INTERVAL",
20
- default_missing_value = "1m",
+ default_missing_value = "30m",
21
num_args = 0..=1,
22
require_equals = true,
23
)]
0 commit comments