diff --git a/README.adoc b/README.adoc index ed915dc..3cfecb7 100644 --- a/README.adoc +++ b/README.adoc @@ -1,10 +1,10 @@ xK == -'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. +'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. They're all lean on dependencies, and offer a maximally permissive licence. diff --git a/xN/xN.go b/xN/xN.go index 807de69..bdec3dd 100644 --- a/xN/xN.go +++ b/xN/xN.go @@ -243,7 +243,7 @@ func main() { flag.Usage = func() { f := flag.CommandLine.Output() - fmt.Fprintf(f, "Usage: %s URL...\n", os.Args[0]) + fmt.Fprintf(f, "Usage: %s [OPTION]... URL...\n", os.Args[0]) flag.PrintDefaults() } flag.Parse()