Skip to content

Commit

Permalink
doc: bladeRF-cli: clarify K/M/G as powers of 1024
Browse files Browse the repository at this point in the history
Fixes #840
  • Loading branch information
rthomp10 committed Nov 30, 2023
1 parent 94f2159 commit 05dafc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit 05dafc8

Please sign in to comment.