Skip to content

Commit

Permalink
fix interactive args doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mertd committed Apr 1, 2024
1 parent 6e50db0 commit 6d2d387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PREFIX: &str = "[topclean]";
#[derive(Parser, Debug)]
#[clap(author, version, about, long_about = None)]
struct Args {
/// Skip apps that require user input to exit even if there were no errors
/// Include apps that require user input to exit even if there were no errors
#[clap(short, long)]
interactive: bool,
}
Expand Down

0 comments on commit 6d2d387

Please sign in to comment.