Skip to content

Commit d504593

Browse files
committed
We renamed --daemon to --loop. Fix up the howto.
1 parent 3f7783a commit d504593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taildrop_on_linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can for example drop files into `/home/jenny/taildrops` and overwrite
7676
any existing same named file by changing that line to:
7777

7878
```
79-
ExecStart=tailscale file get --daemon --verbose --conflict=overwrite /home/jenny/taildrops
79+
ExecStart=tailscale file get --loop --verbose --conflict=overwrite /home/jenny/taildrops
8080
```
8181

8282
For full information on available options, run `tailscale file get -h`

0 commit comments

Comments
 (0)