summaryrefslogtreecommitdiffhomepage
path: root/tools/unitctl/README.md
diff options
context:
space:
mode:
authorGabor Javorszky <g.javorszky@f5.com>2024-09-16 11:30:08 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-09-17 01:56:38 +0100
commit7c48546ad38be961940a13a6021d8c61a47c594f (patch)
tree115aa5c57be1968d215775ed407b03bde7dd52e1 /tools/unitctl/README.md
parent9e5f961bbaf07b6af426a9dc3c3a4a965d67c152 (diff)
downloadunit-7c48546ad38be961940a13a6021d8c61a47c594f.tar.gz
unit-7c48546ad38be961940a13a6021d8c61a47c594f.tar.bz2
tools/unitctl: adjust readme for socket addresses
CONTROL_SOCKET_ADDRESS is singular, adds note that the flag can be specified multiple times, and adjusts code to print CONTROL_SOCKET_ADDRESS as singular. Signed-off-by: Gabor Javorszky <g.javorszky@f5.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools/unitctl/README.md')
-rw-r--r--tools/unitctl/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unitctl/README.md b/tools/unitctl/README.md
index 953956a3..1a5fcb9d 100644
--- a/tools/unitctl/README.md
+++ b/tools/unitctl/README.md
@@ -69,7 +69,7 @@ Commands:
Options:
-s, --control-socket-address <CONTROL_SOCKET_ADDRESS>
- Path (unix:/var/run/unit/control.sock), tcp address with port (127.0.0.1:80), or URL
+ Path (unix:/var/run/unit/control.sock), tcp address with port (127.0.0.1:80), or URL. This flag can be specified multiple times.
-w, --wait-timeout-seconds <WAIT_TIME_SECONDS>
Number of seconds to wait for control socket to become available
-t, --wait-max-tries <WAIT_MAX_TRIES>