diff options
author | David Phillips <david@sighup.nz> | 2018-05-27 23:32:34 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-05-27 23:32:34 +1200 |
commit | d1b31ca818f215c6b50a3a9e2e294729f30eb6a4 (patch) | |
tree | 24de419f477e75a5529790379afc9eb322c9cbd7 /test/001-error-no-args.test/stderr.expected | |
parent | 83941c26932544a5c2e8eb612ead4e4c2ecd200b (diff) | |
download | sand-leek-d1b31ca818f215c6b50a3a9e2e294729f30eb6a4.tar.xz |
Correct broken test case
Diffstat (limited to 'test/001-error-no-args.test/stderr.expected')
-rw-r--r-- | test/001-error-no-args.test/stderr.expected | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/001-error-no-args.test/stderr.expected b/test/001-error-no-args.test/stderr.expected index 32481e5..598c00c 100644 --- a/test/001-error-no-args.test/stderr.expected +++ b/test/001-error-no-args.test/stderr.expected @@ -1,2 +1,4 @@ -usage: ../../sand-leek [-t threads] -s search -searches for keys for onion addresses beginning with `search` +usage: ../../sand-leek [-t threads] [-A] -s search +searches for keys for onion addresses beginning with `search`. +Specifying -A disables the use of ANSI escape sequences, which cause +are not interpreted on some terminals (powershell, cmd.exe) |