Add help string for path input prompt (#17742)

This commit is contained in:
Vasilij Schneidermann 2020-10-13 06:48:49 +02:00 committed by GitHub
parent 34285a1ed4
commit e3999b7fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,7 @@ static const char *help_msg_question[] = {
"?im", " message", "show message centered in screen",
"?in", " prompt", "noyes input prompt",
"?iy", " prompt", "yesno input prompt",
"?ip", " prompt", "path input prompt",
"?j", " arg", "same as '? num' but in JSON",
"?l", "[q] str", "returns the length of string ('q' for quiet, just set $?)",
"?o", " num", "get octal value",