From 08be4448fadb7841dfe4c3f6d631a9e4aac7e855 Mon Sep 17 00:00:00 2001 From: stf <7o5rfu92t@ctrlc.hu> Date: Thu, 12 Oct 2023 22:57:05 +0200 Subject: [PATCH] [fix] help message of opaque(1) --- src/utils/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/main.c b/src/utils/main.c index 020d5f2..4d8ac3c 100644 --- a/src/utils/main.c +++ b/src/utils/main.c @@ -27,10 +27,10 @@ static void usage(const char *self) { fprintf(stderr, "%s finalize idU idS export_key >record - finalize registration\n", self); fprintf(stderr, "%s store record - complete record\n", self); fprintf(stderr, "socat | %s server-reg 3>record [4export_key - server portion of online registration\n", self); + fprintf(stderr, "socat | %s user-reg idU idS 3< <(echo -n password) 4>export_key - user portion of online registration\n", self); fprintf(stderr, "\nRun OPAQUE\n"); fprintf(stderr, "socat | %s server idU idS context 3shared_key - server portion of OPAQUE session\n", self); - fprintf(stderr, "socat | %s user idU idS context 3< <(echo -n password) 4>export_key 5>shared_key [6export_key 5>shared_key [6