Update 'src/main.rs'

main
elfein 2022-03-14 10:34:42 +00:00
parent a2b90a9629
commit 88bb1f2073
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ fn to_readable_units(n: usize, how_units: HowUnits, how_base: HowNumberBase) ->
}
const USAGE: &str = "Usage: cntin [options]
Counts bytes in stdin.
Note: If both of a complementary set of options are specified, both are used.
options:
-d, --decimal Sets the output number base to decimal.