Skip to content

Commit 32337cf

Browse files
committed
docs: update help text in README.md
1 parent 20eab40 commit 32337cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ and update tailscale route advertisements accordingly.
6767
## Commandline options
6868

6969
```
70-
Usage: tailscale-manager <configfile.json> [--dryrun] [--tailscale PATH]
71-
[--interval INT] [--max-shrink-ratio RATIO]
70+
Usage: tailscale-manager <configfile.json> [--dryrun] [--tailscale PATH]
71+
[--socket SOCKET_PATH] [--interval INT]
72+
[--max-shrink-ratio RATIO]
7273
7374
Tailscale routes manager
7475
@@ -96,6 +97,8 @@ Available options:
9697
--dryrun Dryrun mode
9798
--tailscale PATH Path to the tailscale executable
9899
(default: "tailscale")
100+
--socket SOCKET_PATH Path to the tailscaled socket
101+
(default: "/var/run/tailscale/tailscaled.sock")
99102
--interval INT Interval (in seconds) between runs. 0 means exit
100103
after running once. (default: 0)
101104
--max-shrink-ratio RATIO Max allowed route shrinkage between consecutive runs,

0 commit comments

Comments
 (0)