diff options
author | B Thibault <isundil@knacki.info> | 2016-04-29 11:00:34 +0200 |
---|---|---|
committer | B Thibault <isundil@knacki.info> | 2016-04-29 11:00:34 +0200 |
commit | ddd54164304e8d4bc3b709dbe6d2eca7832cff81 (patch) | |
tree | c2f979ac8c410ba68d2e03efdf2045b68f4cf58f /docs | |
parent | d8a6e666994ec4265459ed1e6665c01eb651eb82 (diff) | |
download | irssi-ddd54164304e8d4bc3b709dbe6d2eca7832cff81.zip |
changed command-line -case to -matchcase
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/hilight.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/hilight.in b/docs/help/in/hilight.in index 677e64c3..2f396430 100644 --- a/docs/help/in/hilight.in +++ b/docs/help/in/hilight.in @@ -10,7 +10,7 @@ -line: Highlights the whole line. -mask: Highlights all messages from users matching the mask. -full: The text must match the full word. - -case: The text must match case. + -matchcase: The text must match case. -regexp: The text is a regular expression. -color: The color the display the highlight in. -actcolor: The color to mark the highlight activity in the statusbar. |