mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
commit
d77c065f4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue