generated from PlexSheep/rs-base
docs(help): change formulation for numbers
cargo devel CI / cargo CI (push) Successful in 1m20s
Details
cargo devel CI / cargo CI (push) Successful in 1m20s
Details
This commit is contained in:
parent
0520032ab5
commit
f4b8927a6a
|
@ -69,7 +69,7 @@ pub struct FormatOptions {
|
||||||
/// format to base32
|
/// format to base32
|
||||||
base32: bool,
|
base32: bool,
|
||||||
#[clap(value_parser=numf_parser::<NumberType>, required=false)]
|
#[clap(value_parser=numf_parser::<NumberType>, 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
|
/// Any of the [Formats](Format::format) are supported, but the prefixes are needed for formats
|
||||||
/// other than decimal.
|
/// other than decimal.
|
||||||
|
|
Reference in New Issue