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 bcfd3c9..6fa744d 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -119,7 +119,7 @@ impl CommandComment for Command {
Self::Flat { .. } => "Flattern directory list",
Self::NumberedCommand { .. } => "Jump via input number",
- Self::Sort(sort_type) => match sort_type {
+ Self::Sort { sort_type, .. } => match sort_type {
SortType::Lexical => "Sort lexically",
SortType::Mtime => "Sort by modification time",
SortType::Natural => "Sort naturally",