Skip to content

Commit

Permalink
Fix --delete description (atuinsh#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Apr 7, 2023
1 parent b85b603 commit a72bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/client/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub struct Cmd {
#[arg(long)]
cmd_only: bool,

// Delete anything matching this query. Will not print out the match
/// Delete anything matching this query. Will not print out the match
#[arg(long)]
delete: bool,

Expand Down

0 comments on commit a72bf07

Please sign in to comment.