summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/help.rs2
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<CR> :Go to the home directory.
:cd {path}<CR> :Go to the path.
:e<CR> :Reload the current directory.
-:config :Go to the dirctory that contains the config file if exists.
+:config<CR> :Go to the dirctory that contains the config file if exists.
:trash<CR> :Go to the trash directory.
:empty<CR> :Empty the trash directory.
:h<CR> :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<CR> :Go to the home directory.
:cd {path}<CR> :Go to the path.
:e<CR> :Reload the current directory.
-:config :Go to the directory that contains the config file if exists.
+:config<CR> :Go to the directory that contains the config file if exists.
:trash<CR> :Go to the trash directory.
:empty<CR> :Empty the trash directory.
:h<CR> :Show help.