aboutsummaryrefslogtreecommitdiff
path: root/gg.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-13 10:13:32 +0000
committerOmar Polo <op@omarpolo.com>2022-01-13 10:13:32 +0000
commitfebfcde82b97fed90c08ff36a89c7616b59cef23 (patch)
treeacc019509084cb55a6a8300e384aa81a59c44a57 /gg.c
parente2534fd11f6d44c07dfeb1ba6c3fe593afeea0fb (diff)
fix and sync gg usage
Diffstat (limited to 'gg.c')
-rw-r--r--gg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg.c b/gg.c
index 3b86af5..e25e9cc 100644
--- a/gg.c
+++ b/gg.c
@@ -305,7 +305,7 @@ static void __attribute__((noreturn))
usage(void)
{
fprintf(stderr, "usage: %s [-23Nnv] [-C cert] [-d mode] [-H sni] "
- "[-K key] [-P proxy]\n",
+ "[-K key] [-P host[:port]]\n",
getprogname());
fprintf(stderr, " [-T seconds] gemini://...\n");
exit(1);