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,