Fix :prompt command description

This commit is contained in:
Delapouite 2016-12-15 14:42:46 +01:00
parent 9ad1c19f69
commit 99f38c99ec

View File

@ -1681,7 +1681,7 @@ const CommandDesc eval_string_cmd = {
const CommandDesc prompt_cmd = { const CommandDesc prompt_cmd = {
"prompt", "prompt",
nullptr, 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", "and then executes <command>, entered text is available in the 'text' value",
ParameterDesc{ ParameterDesc{
{ { "init", { true, "set initial prompt content" } }, { { "init", { true, "set initial prompt content" } },