From 9c685e7677e9545d88864a02b0656df90dbb4958 Mon Sep 17 00:00:00 2001 From: Thomas Maier Date: Sun, 7 Feb 2016 03:13:09 +0100 Subject: [PATCH] Updated help text The help text of the period parameter said that its unit is seconds. Certainly it's milliseconds. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c53e142..ddda516 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -551,7 +551,7 @@ void printHelp(bool error) << PACKAGE << " --help|-h\n\n" << "Options:\n" - << "-a period Sets the length in seconds of the time window for average\n" + << "-a period Sets the length in milliseconds of the time window for average\n" << " calculation.\n" << " Default is " << STANDARD_AVERAGE_WINDOW << ".\n" << "-i max_scaling Specifies the 100% mark in kBit/s of the graph indicating the\n"