From f631bfcd598693c520bc64449a4363f0b19c6750 Mon Sep 17 00:00:00 2001 From: Kyohei Uto Date: Sun, 28 Jan 2024 07:24:26 +0900 Subject: [PATCH] Fix: Add --- README.md | 2 +- src/help.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd782f2..dc36516 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ N :Go backward to the item that matches the keyword. :cd :Go to the home directory. :cd {path} :Go to the path. :e :Reload the current directory. -:config :Go to the dirctory that contains the config file if exists. +:config :Go to the dirctory that contains the config file if exists. :trash :Go to the trash directory. :empty :Empty the trash directory. :h :Show help. diff --git a/src/help.rs b/src/help.rs index 6444c18..1a38b6c 100644 --- a/src/help.rs +++ b/src/help.rs @@ -68,7 +68,7 @@ N :Go backward to the item that matches the keyword. :cd :Go to the home directory. :cd {path} :Go to the path. :e :Reload the current directory. -:config :Go to the directory that contains the config file if exists. +:config :Go to the directory that contains the config file if exists. :trash :Go to the trash directory. :empty :Empty the trash directory. :h :Show help.