summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/widgets/help.rs')
-rw-r--r--src/interactive/widgets/help.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index 6bafe05..d5107dd 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -183,8 +183,8 @@ impl HelpPane {
"Git-style glob search, case-insensitive.",
Some("Search starts from the current directory."),
);
- hotkey("r", "Refresh all items in the current view.", None);
- hotkey("R", "Refresh only the selected item.", None);
+ hotkey("r", "Refresh only the selected item.", None);
+ hotkey("R", "Refresh all items in the current view.", None);
spacer();
}
title("Mark items pane");