Skip to content

Commit

Permalink
Fix typo gigibytes to gibibytes
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Deakin <[email protected]>
  • Loading branch information
gonzalobg and tomdeakin authored May 24, 2024
1 parent dbb79c9 commit cc083d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ void parseArguments(int argc, char *argv[])
std::cout << " --csv Output as csv table" << std::endl;
std::cout << " --megabytes Use MB=10^6 for bandwidth calculation (default)" << std::endl;
std::cout << " --mibibytes Use MiB=2^20 for bandwidth calculation (default MB=10^6)" << std::endl;
std::cout << " --gigibytes Use GiB=2^30 for bandwidth calculation (default MB=10^6)" << std::endl;
std::cout << " --gibibytes Use GiB=2^30 for bandwidth calculation (default MB=10^6)" << std::endl;
std::cout << " --gigabytes Use GB=10^9 for bandwidth calculation (default MB=10^6)" << std::endl;
std::cout << " --tebibytes Use TiB=2^40 for bandwidth calculation (default MB=10^6)" << std::endl;
std::cout << " --terabytes Use TB=10^12 for bandwidth calculation (default MB=10^6)" << std::endl;
Expand Down

0 comments on commit cc083d8

Please sign in to comment.