aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-20 23:25:46 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-20 23:25:46 +0200
commit35542266c31b640931af233753cf2e38e4971d70 (patch)
tree8e465349be92c337a8eb76b28acbfa2d12558bdf
parentb2256708e6d74c98a8bb8089e2ab5331a2fee933 (diff)
Fix usage string
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 185a5cc..f80df13 100644
--- a/main.c
+++ b/main.c
@@ -42,7 +42,7 @@ 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";
+ " %s -u [uri ...]\n";
static void usage(void);
static void totp_print(struct totp_config, char *, bool);