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.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs
index b7d3cc5..b52e3a2 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -62,9 +62,7 @@ impl CommandComment for Command {
Self::OpenFile => "Open a file",
Self::OpenFileWith(_) => "Open using selected program",
- Self::Quit => "Quit the program",
- Self::QuitToCurrentDirectory => "Quit to current directory",
- Self::ForceQuit => "Force quit",
+ Self::Quit(_) => "Quit the program",
Self::ReloadDirList => "Reload current dir listing",
Self::RenameFile(_) => "Rename file",
Self::TouchFile(_) => "Touch file",