]> git.armaanb.net Git - sic.git/blobdiff - sic.1
applied Adriens patch
[sic.git] / sic.1
diff --git a/sic.1 b/sic.1
index 872e73e3a36f116c93ce7b2e02b31048fca075ed..fc0cb2cf1154f28e685705efe6252b264dbea4fc 100644 (file)
--- a/sic.1
+++ b/sic.1
@@ -1,8 +1,19 @@
-.TH SIC 1 sic-0.0
+.TH SIC 1 sic-0.2
 .SH NAME
 sic \- simple irc client
 .SH SYNOPSIS
 .B sic
+.RB [ \-s
+.IR server ]
+.RB [ \-p
+.IR port ]
+.RB [ \-n
+.IR nick ]
+.RB [ \-k
+.IR keyword ]
+.RB [ \-f
+.IR fullname ]
+.RB \-v
 .RB [ \-v ]
 .SH DESCRIPTION
 .B sic
@@ -12,6 +23,21 @@ 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
+.BI \-s " server"
+Overrides the default server (irc.oftc.net)
+.TP
+.BI \-p " port"
+Overrides the default port (6667)
+.TP
+.BI \-n " nickname"
+Override the default nick ($USER)
+.TP
+.BI \-k " keyword"
+Specifies the keyword to authenticate your nick on the server
+.TP
+.BI \-f " fullname"
+Specify the real name (default is $USER)
+.TP
 .BI \-v
 Prints version information to standard output, then exits.
 .SH COMMANDS
@@ -33,9 +59,3 @@ Set the channel topic
 .TP
 Everything which is not a command will simply be posted into the channel or to
 the server.
-.SH CUSTOMIZATION
-.B sic
-is customized through editing its source code.  This keeps it fast, secure and
-simple. The source code contains the
-.I CUSTOMIZE
-keyword to highlight relevant portions for customization.