From f4b8927a6a64a91c86e9ff93a502caebc44bffb6 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 16 May 2024 17:32:45 +0200 Subject: [PATCH] docs(help): change formulation for numbers --- src/format.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/format.rs b/src/format.rs index d4fdaec..ca05e04 100644 --- a/src/format.rs +++ b/src/format.rs @@ -69,7 +69,7 @@ pub struct FormatOptions { /// format to base32 base32: bool, #[clap(value_parser=numf_parser::, required=false)] - /// at least one number that should be formatted + /// numbers that should be formatted /// /// Any of the [Formats](Format::format) are supported, but the prefixes are needed for formats /// other than decimal.