1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00
This commit is contained in:
Ryan M. Lederman 2025-05-26 07:15:25 -06:00
parent 6b5c3bfc0c
commit 8ca4381e29
No known key found for this signature in database
GPG key ID: EB9599EEF6A767ED

View file

@ -668,7 +668,7 @@ func (c *Client) Send(filesInfo []FileInfo, emptyFoldersToTransfer []FileInfo, t
On the other computer run:
(For Windows)
croc %[2]s%[1]s
(For Linux/OSX)
(For Linux/macOS)
CROC_SECRET=%[1]q croc %[2]s
`, c.Options.SharedSecret, flags.String())
copyToClipboard(c.Options.SharedSecret)