diff options
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |