Skip to content

Commit 8999b15

Browse files
authored
Remove duration brackets
1 parent d32a1b3 commit 8999b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const APP_NAME: &str = "containerdebug";
1212
/// Collects and prints helpful debugging information about the environment that it is running in.
1313
#[derive(clap::Parser)]
1414
struct Opts {
15-
/// Loop every <DURATION>, instead of shutting down once completed (default <DURATION>: 1m)
15+
/// Loop every DURATION, instead of shutting down once completed (default DURATION: 1m)
1616
#[clap(
1717
long = "loop",
1818
value_name = "INTERVAL",

0 commit comments

Comments
 (0)