Update constants.rs

This commit is contained in:
Kim Brose 2020-05-05 20:45:43 +02:00 committed by GitHub
parent 38f4967a8a
commit 095fb7e54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ pub const CPU_HELP_TEXT: [&str; 4] = [
pub const PROCESS_HELP_TEXT: [&str; 8] = [
"3 - Process widget\n",
"dd Kill the selected process\n",
"c Sort by memory usage, press again to reverse sorting order\n",
"c Sort by processor usage, press again to reverse sorting order\n",
"m Sort by memory usage\n",
"p Sort by PID name, press again to reverse sorting order\n",
"n Sort by process name, press again to reverse sorting order\n",