commit a6e4309e63598bfe54167de09cefc7238903acda
parent beb70d4700c6e67a8efdc490767d258114f7f9b8
Author: Pollux <pollux@pollux.codes>
Date: Fri, 23 May 2025 15:13:43 -0500
docs: typo in usage info
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sopen.c b/sopen.c
@@ -11,7 +11,7 @@
#define _POSIX_C_SOURCE 200809L
#define REGEX_PROTOCOL "^[a-z]*://"
-#define USAGE "usage: sopen [-h] [-v] [-d] <url/file>"
+#define USAGE "usage: sopen [-h] [-V] [-d] <url/file>"
#define STR_LITERAL(x) #x
#define STRINGIFY(x) STR_LITERAL(x)