summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_comment.rs')
-rw-r--r--src/key_command/impl_comment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs
index dbc639a..59f0d00 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -79,7 +79,7 @@ impl CommandComment for Command {
Self::SetMode => "Set file permissions",
Self::SubProcess(_, false) => "Run a shell command",
Self::SubProcess(_, true) => "Run commmand in background",
- Self::ShowWorkers => "Show IO workers",
+ Self::ShowTasks => "Show running background tasks",
Self::ToggleHiddenFiles => "Toggle hidden files displaying",