summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorNed T. Crigler <crigler@users.sourceforge.net>2004-07-01 17:17:29 +0000
committerNed T. Crigler <crigler@users.sourceforge.net>2004-07-01 17:17:29 +0000
commitc869233b9736c786dc1e02f846c7972b862ea6f5 (patch)
tree465916bdbc7498c31c83110d314a1f6472d7e101 /main.c
parenta5599b4610788c17f5166685612f48c71d7537ac (diff)
Add documentation for the new redraw option.
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 328a12c..2f7eb2c 100644
--- a/main.c
+++ b/main.c
@@ -65,7 +65,8 @@ usage()
" -e <char>\tSet the detach character to <char>, defaults "
"to ^\\.\n"
" -E\t\tDisable the detach character.\n"
- " -r <method>\tUse the specified redraw method when redrawing:\n"
+ " -r <method>\tSet the redraw method to <method>. The "
+ "valid methods are:\n"
"\t\t none: Don't redraw at all.\n"
"\t\t ctrl_l: Send a Ctrl L character to the program.\n"
"\t\t winch: Send a WINCH signal to the program.\n"