diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-15 10:50:52 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-15 10:50:52 -0500 |
commit | 923c66ce35dd473a10713d8f44f30d9ad770a99b (patch) | |
tree | 055092b48fbae27a526fe2d104b6d646a9d422e7 /src/LYMain.c | |
parent | 6f66219647d92d2af2427d416e00e6f2a8f825dc (diff) | |
download | lynx-snapshots-923c66ce35dd473a10713d8f44f30d9ad770a99b.tar.gz |
snapshot of project "lynx", label v2_7
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 22d299a7..f621bf00 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -2047,7 +2047,7 @@ Output_Help_List: printf(" with the PREV_DOC command or from the History List\n"); printf(" -rlogin disable rlogins\n"); printf(" -selective require .www_browsable files to browse directories\n"); - printf(" -show_cursor toggles hiding of the curser in the lower right corner\n"); + printf(" -show_cursor toggles hiding of the cursor in the lower right corner\n"); printf(" -soft_dquotes toggles emulation of the old Netscape and Mosaic bug which\n"); printf(" treated '>' as a co-terminator for double-quotes and tags\n"); printf(" -source dump the source of the first file to stdout and exit\n"); |