summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-04-08 00:20:25 +0200
committerGitHub <noreply@github.com>2023-04-07 23:20:25 +0100
commita72bf0745327a064756ec38b86130c3a24584204 (patch)
tree163c17ba9d74aa3c4218e8d8aaed1b4af7d169f4
parentb85b603a999e4664f43fc9380b3abad5497bc077 (diff)
Fix --delete description (#853)
-rw-r--r--src/command/client/search.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs
index 9d05fe58..f125b8bf 100644
--- a/src/command/client/search.rs
+++ b/src/command/client/search.rs
@@ -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,