mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix --remote commands: popUp() -> infoBox(), it was renamed shortly
after entering and I forgot this part.
This commit is contained in:
parent
09c4185a44
commit
921c59ce07
@ -786,7 +786,7 @@ struct option_info cmdline_options_info[] = {
|
||||
"\topenURL(URL, new-tab) : open URL in new tab\n"
|
||||
"\topenURL(URL, new-window) : open URL in new window\n"
|
||||
"\taddBookmark(URL) : bookmark URL\n"
|
||||
"\tpopUp(text) : show text in a message box\n"
|
||||
"\tinfoBox(text) : show text in a message box\n"
|
||||
"\txfeDoCommand(openBrowser) : open new window")),
|
||||
|
||||
INIT_OPT_INT("", N_("Connect to session ring with given ID"),
|
||||
|
Loading…
Reference in New Issue
Block a user