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