summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2016-12-15 14:42:46 +0100
committerDelapouite <delapouite@gmail.com>2016-12-15 14:42:46 +0100
commit99f38c99ecb7bbe33846d789155fa03e341c7e3d (patch)
treee10579c12bd94f6f0f12870f56a00e378f21b44a /src
parent9ad1c19f69646138888054237e61c8934dd7d4dd (diff)
Fix :prompt command description
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc
index 0bb2b11f..f8951e05 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -1681,7 +1681,7 @@ const CommandDesc eval_string_cmd = {
const CommandDesc prompt_cmd = {
"prompt",
nullptr,
- "prompt <prompt> <command>: prompt the use to enter a text string"
+ "prompt <prompt> <command>: prompt the user to enter a text string "
"and then executes <command>, entered text is available in the 'text' value",
ParameterDesc{
{ { "init", { true, "set initial prompt content" } },