forked from bonsai/harakit
hru(1): fixed kilo prefix
This commit is contained in:
parent
413ee49af4
commit
0801d89128
@ -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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user