Fix :prompt command description
This commit is contained in:
parent
9ad1c19f69
commit
99f38c99ec
|
@ -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" } },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user