aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-05-27 14:48:37 +1200
committerDavid Phillips <david@sighup.nz>2018-05-27 14:48:37 +1200
commit83941c26932544a5c2e8eb612ead4e4c2ecd200b (patch)
tree71f018489db962b7f8bcfcd9766b22c693b8303d /sand-leek.c
parentfac3443898b960236fb18d42cae453bcde89b7b2 (diff)
downloadsand-leek-83941c26932544a5c2e8eb612ead4e4c2ecd200b.tar.xz
Add -A to help text
Diffstat (limited to 'sand-leek.c')
-rw-r--r--sand-leek.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sand-leek.c b/sand-leek.c
index 8a745b8..9cfa39d 100644
--- a/sand-leek.c
+++ b/sand-leek.c
@@ -243,8 +243,10 @@ set_raw_params(void) {
void
die_usage(const char *argv0) {
fprintf(stderr,
- "usage: %s [-t threads] -s search\n"
- "searches for keys for onion addresses beginning with `search`\n",
+ "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",
argv0
);
exit(1);