Skip to content

Commit

Permalink
chore: update wording on keep_eol_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
natecox committed Jun 12, 2024
1 parent f745895 commit d3829c3
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 @@ -35,7 +35,7 @@ struct Args {
#[arg(short, long)]
name: Option<Vec<String>>,

/// Do not clear the EOL cache after querying apps
/// Do not clear the EOL cache before querying apps
#[arg(short, long)]
keep_eol_cache: bool,
}
Expand Down

0 comments on commit d3829c3

Please sign in to comment.