about summary refs log tree commit diff
path: root/htping.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-04-12 18:28:11 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-04-12 18:28:11 +0200
commitdb20f44b0d100ad042c2f86b8baf394665d8ec63 (patch)
treec96ff2ca586395ae869342f1d92c467319532ee1 /htping.1
parent3c83670c5f5a2395c7e08dfb0e45a001944ce406 (diff)
downloadhtping-db20f44b0d100ad042c2f86b8baf394665d8ec63.tar.gz
htping-db20f44b0d100ad042c2f86b8baf394665d8ec63.tar.xz
htping-db20f44b0d100ad042c2f86b8baf394665d8ec63.zip
allow parallel pinging of multiple urls
Diffstat (limited to 'htping.1')
-rw-r--r--htping.14
1 files changed, 2 insertions, 2 deletions
diff --git a/htping.1 b/htping.1
index 5ca4582..2fec57e 100644
--- a/htping.1
+++ b/htping.1
@@ -18,12 +18,12 @@
 .Op Fl -keepalive
 .Op Fl l Ar addr
 .Op Fl q
-.Ar host
+.Ar urls ...
 .Sh DESCRIPTION
 The
 .Nm
 utility periodically sends HTTP requests to
-.Ar host ,
+.Ar urls ,
 prints the results and computes some statistics at exit.
 Use Ctrl-C to quit
 .Nm .