aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index c0872f75bc..28b4eb9fe2 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -276,7 +276,7 @@ return {
},
{
full_name='cdhome', abbreviation='cdh',
- short_desc=N_("change directory to the home directory by :cd"),
+ short_desc=N_(":cd without argument goes to the home directory"),
type='bool', scope={'global'},
secure=true,
varname='p_cdh',