From a72bf0745327a064756ec38b86130c3a24584204 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 8 Apr 2023 00:20:25 +0200 Subject: [PATCH] Fix --delete description (#853) --- src/command/client/search.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/client/search.rs b/src/command/client/search.rs index 9d05fe5..f125b8b 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,