diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 23:25:46 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 23:25:46 +0200 |
commit | 35542266c31b640931af233753cf2e38e4971d70 (patch) | |
tree | 8e465349be92c337a8eb76b28acbfa2d12558bdf | |
parent | b2256708e6d74c98a8bb8089e2ab5331a2fee933 (diff) |
Fix usage string
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |