Update 'src/main.rs'

main
elfein 2022-03-14 09:35:08 +00:00
parent 9b38e3f00b
commit 27e153f648
1 changed files with 1 additions and 1 deletions

View File

@ -139,8 +139,8 @@ fn to_readable_units(n: usize, how_units: HowUnits, how_base: HowNumberBase) ->
}
const USAGE: &str = "Usage: cntin [options]
Note: If both of a complementary set of options are specified, both are used.
options:
Note: If both of a complementary set of options are specified, both are used.
-d, --decimal Sets the output number base to decimal.
-h, --hex Sets the output number base to hexadecimal.
-s, --separate Displays all byte units.