diff options
-rw-r--r-- | sand-leek.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sand-leek.c b/sand-leek.c index ff96448..da51078 100644 --- a/sand-leek.c +++ b/sand-leek.c @@ -269,9 +269,11 @@ void die_usage(const char *argv0) { fprintf(stderr, "usage: %s [-t threads] [-A] -s search\n" - "searches for keys for onion addresses beginning with `search`.\n" - "Specifying -A disables the use of ANSI escape sequences, which cause\n" - "are not interpreted on some terminals (powershell, cmd.exe)\n", + "Options:\n" + " -t threads use `threads` worker threads (default: 1)\n" + " -A disable ANSI escape sequences in stderr output\n" + " -s search search for keys to onion addresses beginning with `search`\n" + "\n", argv0 ); exit(1); |