Fix --delete description (#853)

This commit is contained in:
Sandro 2023-04-08 00:20:25 +02:00 committed by GitHub
parent b85b603a99
commit a72bf07453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,