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: 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 };
const LIST: [(u32, &str); 10] = [
(3, "K"),
(3, "k"),
(6, "M"),
(9, "G"),
(12, "T"),