From b6f427e2f75a39d1d64146302828f54de87d02aa Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 11 Mar 2019 16:22:36 +1300 Subject: Improve help text --- sand-leek.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sand-leek.c') 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); -- cgit v1.1