1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Merge pull request #925 from aremmell/main

fix [OCD] typo
This commit is contained in:
Zack 2025-05-27 06:54:25 -07:00 committed by GitHub
commit d77c065f4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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