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 d32a1b3 commit 8999b15Copy full SHA for 8999b15
src/main.rs
@@ -12,7 +12,7 @@ const APP_NAME: &str = "containerdebug";
12
/// Collects and prints helpful debugging information about the environment that it is running in.
13
#[derive(clap::Parser)]
14
struct Opts {
15
- /// Loop every <DURATION>, instead of shutting down once completed (default <DURATION>: 1m)
+ /// Loop every DURATION, instead of shutting down once completed (default DURATION: 1m)
16
#[clap(
17
long = "loop",
18
value_name = "INTERVAL",
0 commit comments