diff options
Diffstat (limited to 'tor-exit-ssl-check')
-rwxr-xr-x | tor-exit-ssl-check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-exit-ssl-check b/tor-exit-ssl-check index 823bb4f..dc17760 100755 --- a/tor-exit-ssl-check +++ b/tor-exit-ssl-check @@ -25,8 +25,8 @@ set -e set -u usage() { - echo "Usage: $0 [-v [-v]] [-d <datadir>] <torserver fpr> <targethost> [<targetport>]" - echo " If datadir is -, a list of fingerprints is read from stdin" + echo "Usage: $0 [-v [-v]] [-d <datadir>] <torserver-fpr> <targethost> [<targetport>]" + echo " If torserver-fpr is -, a list of fingerprints is read from stdin" } verbose=0 |