Skip to content

Commit d77c065

Browse files
authored
Merge pull request #925 from aremmell/main
fix [OCD] typo
2 parents 6b5c3bf + 8ca4381 commit d77c065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/croc/croc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ func (c *Client) Send(filesInfo []FileInfo, emptyFoldersToTransfer []FileInfo, t
668668
On the other computer run:
669669
(For Windows)
670670
croc %[2]s%[1]s
671-
(For Linux/OSX)
671+
(For Linux/macOS)
672672
CROC_SECRET=%[1]q croc %[2]s
673673
`, c.Options.SharedSecret, flags.String())
674674
copyToClipboard(c.Options.SharedSecret)

0 commit comments

Comments
 (0)