diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-04-03 16:24:09 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-04-04 21:25:17 +0200 |
commit | aee7540faa47024c80b1a135b118451992de5084 (patch) | |
tree | 70d5b2b5cd804ff0de97a6d37feff8ac24347989 | |
parent | 53ba996ec9c5c8fc64f66934d8c98509bd7ed06d (diff) | |
download | xK-aee7540faa47024c80b1a135b118451992de5084.tar.gz xK-aee7540faa47024c80b1a135b118451992de5084.tar.xz xK-aee7540faa47024c80b1a135b118451992de5084.zip |
Update README.adoc and xN usage output
-rw-r--r-- | README.adoc | 8 | ||||
-rw-r--r-- | xN/xN.go | 2 |
2 files changed, 5 insertions, 5 deletions
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. @@ -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() |