Compare commits

..

No commits in common. "c38cca3b925f66d38d6ac978b36a3be1fc8504d1" and "53ba996ec9c5c8fc64f66934d8c98509bd7ed06d" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
xK
==
'xK' (chat kit) is an IRC software suite consisting of a daemon, bot, notifier,
terminal client, and web/Windows/macOS frontends for the client. It's all
you're ever going to need for chatting, so long as you can make do with slightly
minimalist software.
'xK' (chat kit) is an IRC software suite consisting of a daemon, bot, terminal
client, and web/Windows/macOS frontends for the client. It's all you're ever
going to need for chatting, so long as you can make do with slightly minimalist
software.
They're all lean on dependencies, and offer a maximally permissive licence.

@ -1 +1 @@
Subproject commit f04cc2c61e1a00db4d1af1bb55ca7e20b9c3db23
Subproject commit 969a4cfc3ea1c4d7c0327907385fc64906ed5d4c

View File

@ -243,7 +243,7 @@ func main() {
flag.Usage = func() {
f := flag.CommandLine.Output()
fmt.Fprintf(f, "Usage: %s [OPTION]... URL...\n", os.Args[0])
fmt.Fprintf(f, "Usage: %s URL...\n", os.Args[0])
flag.PrintDefaults()
}
flag.Parse()