From 08ad3ea4668f4f25648fd6b4369bdee2705a5bd0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 21 Aug 2023 15:12:29 +0200 Subject: Fix usage string… again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.c b/main.c index f80df13..2f5596f 100644 --- a/main.c +++ b/main.c @@ -41,8 +41,7 @@ static const char *bad_scheme = "Invalid scheme ‘%.*s’; expected ‘otpauth static const char *bad_param = "Invalid ‘%s’ parameter provided"; static const char *empty_param = "Empty ‘%s’ parameter provided"; static const char *usage_s = - "Usage: %s [-d digits] [-p period] [secret ...]\n" - " %s -u [uri ...]\n"; + "Usage: %s [-d digits] [-p period] [-u] [secret ...]\n"; static void usage(void); static void totp_print(struct totp_config, char *, bool); -- cgit v1.2.3