mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
fix typo
This commit is contained in:
parent
6b5c3bfc0c
commit
8ca4381e29
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:
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue