aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,