From e35f2de440960ca60ff3e994958b034c124977a6 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Mon, 7 Oct 2024 04:01:10 +0100 Subject: [PATCH] tweak docstring --- src/jloptions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jloptions.c b/src/jloptions.c index a00b4c6d8cce0..907f47d9030e4 100644 --- a/src/jloptions.c +++ b/src/jloptions.c @@ -281,8 +281,8 @@ static const char opts[] = " information, see --bug-report=help.\n\n" " --heap-size-hint=[] Forces garbage collection if memory usage is higher\n" " than the given value. The value may be specified as a\n" - " number of bytes, optionally in units of: B, K (kilobytes),\n" - " M (megabytes), G (gigabytes), T (terabytes), or % (percentage\n" + " number of bytes, optionally in units of: B, K (kibibytes),\n" + " M (mebibytes), G (gibibytes), T (tebibytes), or % (percentage\n" " of physical memory).\n\n" ;