diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-02-09 17:07:29 +0100 |
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-09 17:07:29 +0100 |
| commit | bcda402396cb7691e60a2be01c5ba067f9fb27ee (patch) | |
| tree | d4e919beaaac2b8a7e237f92999a9717d92a1f2e | |
| parent | 1160be7ffa49eaa0f15b549c5da005d80fe4c126 (diff) | |
| download | cic-bcda402396cb7691e60a2be01c5ba067f9fb27ee.tar.gz | |
fixed sic man page
| -rw-r--r-- | sic.1 | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -3,7 +3,7 @@ sic \- simple irc client .SH SYNOPSIS .B sic -.RB [ \-s " <server>"] +.RB [ \-h " <host>"] .RB [ \-p " <port>"] .RB [ \-n " <nick>"] .RB [ \-k " <keyword>"] @@ -16,8 +16,8 @@ also all channel traffic into one output, that you don't have to switch different channel buffers, that's actually a feature. .SH OPTIONS .TP -.B \-s <server> -Overrides the default server (irc.oftc.net) +.B \-h <host> +Overrides the default host (irc.oftc.net) .TP .B \-p <port> Overrides the default port (6667) @@ -26,7 +26,7 @@ Overrides the default port (6667) Override the default nick ($USER) .TP .B \-k <keyword> -Specifies the keyword to authenticate your nick on the server +Specifies the keyword to authenticate your nick on the host .TP .BI \-v Prints version information to standard output, then exits. @@ -47,5 +47,4 @@ Set default channel/user .B :t #channel topic Set the channel topic .TP -Everything which is not a command will simply be posted into the channel or to -the server. +Everything which is not a command is simply send the server. |
