summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appcommand.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_appcommand.rs')
-rw-r--r--src/key_command/impl_appcommand.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/impl_appcommand.rs b/src/key_command/impl_appcommand.rs
index c8bf2eb..68f4824 100644
--- a/src/key_command/impl_appcommand.rs
+++ b/src/key_command/impl_appcommand.rs
@@ -61,7 +61,7 @@ impl AppCommand for Command {
Self::SelectFiles(_, _) => CMD_SELECT_FILES,
Self::SetMode => CMD_SET_MODE,
- Self::ShowWorkers => CMD_SHOW_WORKERS,
+ Self::ShowTasks => CMD_SHOW_TASKS,
Self::Sort(_) => CMD_SORT,
Self::SortReverse => CMD_SORT_REVERSE,