From b0903b53b9779978a4e6c9fcfd507bfcf85e43dc Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Mon, 27 May 2024 12:07:21 +0300 Subject: [PATCH] don't mention rust structs in the cli docs --- docs/commands.md | 2 +- src/commands/ls_remote.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index ce2eea9..616d520 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -82,7 +82,7 @@ Usage: fnm list-remote [OPTIONS] Options: --filter - Filter with SemVer + Filter versions by a user-defined version or a semver range --node-dist-mirror mirror diff --git a/src/commands/ls_remote.rs b/src/commands/ls_remote.rs index a44b3e3..32f7449 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 with `SemVer` + /// Filter versions by a user-defined version or a semver range #[arg(long)] filter: Option,