aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 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);