diff options
author | grant <grant@pkgsrc.org> | 2002-12-17 12:02:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-17 12:02:00 +0000 |
commit | b05f08563bf6f44024dbbd2d24c6deec6a3658c4 (patch) | |
tree | 1c1918ddc45fa8f90d665f4869345c68f297ccb9 /chat/scrollz/patches/patch-aa | |
parent | c9ed148dac7d0d5c259c743db659fabc9f83775f (diff) | |
download | pkgsrc-b05f08563bf6f44024dbbd2d24c6deec6a3658c4.tar.gz |
Fix usage message, as we do not install as 'irc', only 'scrollz'.
Diffstat (limited to 'chat/scrollz/patches/patch-aa')
-rw-r--r-- | chat/scrollz/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/scrollz/patches/patch-aa b/chat/scrollz/patches/patch-aa new file mode 100644 index 00000000000..5b62d9da56f --- /dev/null +++ b/chat/scrollz/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/12/17 12:02:01 grant Exp $ + +--- source/irc.c.orig Tue Oct 16 01:50:56 2001 ++++ source/irc.c +@@ -217,7 +217,7 @@ static int cntl_c_hit = 0; + char internal_version[] = INTERNAL_VERSION; + + static char FAR switch_help[] = +-"Usage: irc [switches] [nickname] [server list] \n\ ++"Usage: scrollz [switches] [nickname] [server list] \n\ + The [nickname] can be at most 9 characters long on some server\n\ + The [server list] is a whitespace separate list of server name\n\ + The [switches] may be any or all of the following\n\ |