From 05dafc8e7e0f3ad02a576caeadd6cd2272bcb7a2 Mon Sep 17 00:00:00 2001 From: Ryan Thompson Date: Thu, 30 Nov 2023 13:01:18 -0600 Subject: [PATCH] doc: bladeRF-cli: clarify K/M/G as powers of 1024 Fixes #840 --- host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in b/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in index c485c7103..bea22fae1 100644 --- a/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in +++ b/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in @@ -732,7 +732,7 @@ "Notes:\n" \ "\n" \ "- The n, samples, buffers, and xfers parameters support the suffixes\n" \ - " K, M, and G, which are multiples of 1024.\n" \ + " K, M, and G, which are integer powers of 1024.\n" \ "- An rx stop followed by an rx start will result in the samples file\n" \ " being truncated. If this is not desired, be sure to run rx config\n" \ " to set another file before restarting the rx stream.\n" \ @@ -906,7 +906,7 @@ "Notes:\n" \ "\n" \ "- The n, samples, buffers, and xfers parameters support the suffixes\n" \ - " K, M, and G, which are multiples of 1024.\n" \ + " K, M, and G, which are integer powers of 1024.\n" \ "- For higher sample rates, it is advised that the input file be\n" \ " stored in RAM (e.g. /tmp, /dev/shm) or on an SSD, rather than a\n" \ " HDD.\n" \