gawk

[old] Sed-like interface to the Gopher protocol
Log | Files | Refs | LICENSE

commit 2f89fafd55271eceb2f2515c8a38acd977740b3e
parent b872ae604c8b5614d27ebb5701bb12d319fdb1a3
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Wed, 23 Dec 2020 16:56:26 -0800

Update usage information

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -680,7 +680,7 @@ main(int argc, char *argv[]) status = sgoto(argc - 1, (const char **)argv + 1, 0, default_address); if (status) - fprintf(stderr, "usage: %s [path] | [host] [path] [port]\n", + fprintf(stderr, "usage: %s [path [host [port]]]\n", getprogname()); if (rmdir(tmpdir) == -1)