From 99f38c99ecb7bbe33846d789155fa03e341c7e3d Mon Sep 17 00:00:00 2001 From: Delapouite Date: Thu, 15 Dec 2016 14:42:46 +0100 Subject: [PATCH] Fix :prompt command description --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 the use to enter a text string" + "prompt : prompt the user to enter a text string " "and then executes , entered text is available in the 'text' value", ParameterDesc{ { { "init", { true, "set initial prompt content" } },