From a4d2e550cb3cc17fb8d2271a7aae2ce073efabc9 Mon Sep 17 00:00:00 2001 From: Kondo Takeo Date: Fri, 5 Feb 2021 22:39:01 +0900 Subject: [PATCH] Fix typo in help message. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 098706b..f81819e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -55,7 +55,7 @@ static void help(bool iserror) { output << "When nethogs is running, press:\n"; output << " q: quit\n"; output << " s: sort by SENT traffic\n"; - output << " r: sort by RECEIVE traffic\n"; + output << " r: sort by RECEIVED traffic\n"; output << " l: display command line\n"; output << " m: switch between total (KB, B, MB) and throughput (KB/s, MB/s, " "GB/s) mode\n";