diff scictl/scictl.c @ 52:95bc6b4ec753

sciworkerd: add API key support
author David Demelier <markand@malikania.fr>
date Wed, 17 Aug 2022 09:38:19 +0200
parents b474f0985e39
children 319979427566
line wrap: on
line diff
--- a/scictl/scictl.c	Wed Aug 17 09:37:45 2022 +0200
+++ b/scictl/scictl.c	Wed Aug 17 09:38:19 2022 +0200
@@ -32,7 +32,7 @@
 static void
 usage(void)
 {
-	fprintf(stderr, "usage: scictl [-u baseurl] command [args...]\n");
+	fprintf(stderr, "usage: scictl [-k key] [-u baseurl] command [args...]\n");
 	exit(1);
 }