aboutsummaryrefslogtreecommitdiffstats
path: root/src/command
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 /src/command
parentupdate `str substring` usage to use range parameter (#840) (diff)
downloadatuin-a72bf0745327a064756ec38b86130c3a24584204.zip
Fix --delete description (#853)
Diffstat (limited to '')
-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,