1
0
Fork 0

hru(1): fixed kilo prefix

This commit is contained in:
Emma Tebibyte 2024-02-18 14:49:09 -07:00
parent 413ee49af4
commit 0801d89128
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extern crate sysexits;
use sysexits::{ EX_DATAERR, EX_SOFTWARE }; use sysexits::{ EX_DATAERR, EX_SOFTWARE };
const LIST: [(u32, &str); 10] = [ const LIST: [(u32, &str); 10] = [
(3, "K"), (3, "k"),
(6, "M"), (6, "M"),
(9, "G"), (9, "G"),
(12, "T"), (12, "T"),