Fix --delete description (#853)
This commit is contained in:
parent
b85b603a99
commit
a72bf07453
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub struct Cmd {
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
cmd_only: bool,
|
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)]
|
#[arg(long)]
|
||||||
delete: bool,
|
delete: bool,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue