From 5a0a4fcdad7e08b8244f01461ee3b811f806ff28 Mon Sep 17 00:00:00 2001 From: Chris Bielow Date: Fri, 7 Apr 2023 21:00:22 +0200 Subject: [PATCH] fix docs --- ExampleTarget/ExampleTarget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ExampleTarget/ExampleTarget.cpp b/ExampleTarget/ExampleTarget.cpp index fba559b..8df6e2f 100644 --- a/ExampleTarget/ExampleTarget.cpp +++ b/ExampleTarget/ExampleTarget.cpp @@ -78,9 +78,9 @@ int main(int argc, char** argv) if (argc == 1) { std::cerr << "Usage " << argv[0] << " \n" - " MiB alloc: [number] MiB to allocate\n" - " ms sleep: [number, optional] Milliseconds to sleep\n" - " stats: [any value, optional] Print memory usage using internal functions (useful to estimate overhead of external WinTime)\n"; + " MiB alloc: [number] MiB to allocate (this may take some time, especially for larger allocations)\n" + " ms sleep: [number, optional] Milliseconds to sleep (in addition to the time it takes to allocate -- see above)\n" + " stats: [any value, optional] Print memory usage using internal functions (useful to compare against the results of an external WinTime call)\n"; } if (argc >= 2) {