From 2680674c7191f65b3cc79f80025fe631beaa8d67 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 26 Mar 2024 04:54:18 +0400 Subject: [PATCH] Fixed usage. Didn't notice before. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index d20c083..c4bf0cd 100644 --- a/src/main.c +++ b/src/main.c @@ -21,7 +21,7 @@ int client_handshake(net_t *const n, crypt_session_t *const s, crypt_key_t *cons int server_handshake(net_t *const n, crypt_session_t *const s, crypt_key_t *const ok, crypt_key_t *const rk); void usage(void) { - fprintf(stderr, "A Sodium cryptography library is failed to initialise!\n"); + fprintf(stderr, "tetatet c|s ADDR PORT\n"); } int main(int argc, char **argv) {