diff --git a/src/uu/hugetop/src/hugetop.rs b/src/uu/hugetop/src/hugetop.rs index ee17ed53..12403df2 100644 --- a/src/uu/hugetop/src/hugetop.rs +++ b/src/uu/hugetop/src/hugetop.rs @@ -56,7 +56,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> { let limit = matches.get_one::("lines").copied(); let numa = matches.get_flag("numa"); - let human = matches.get_flag("human"); + let human = matches.get_flag("human") || true; let once = matches.get_flag("once"); let delay = *matches.get_one::("delay").unwrap_or(&0);