From 5079ea8b804140e5333bf173a7526c78e4112895 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:26:27 +0800 Subject: [PATCH] change docstring for filter argument --- src/commands/ls_remote.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/ls_remote.rs b/src/commands/ls_remote.rs index c4ff705..4fb6782 100644 --- a/src/commands/ls_remote.rs +++ b/src/commands/ls_remote.rs @@ -7,7 +7,7 @@ use thiserror::Error; #[derive(clap::Parser, Debug)] pub struct LsRemote { - /// Filter for versions + /// Filter with SemVer filter: Option, /// Only show latest LTS versions