From 7ecfc425aac2609bfc79b6910d32d5084cf8fd7e Mon Sep 17 00:00:00 2001 From: Steve Dunn Date: Sun, 13 Feb 2022 08:51:38 +0000 Subject: [PATCH] Fix typo (#475) --- docs/clipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clipboard.md b/docs/clipboard.md index edd38b10ce..5aa8d783b6 100644 --- a/docs/clipboard.md +++ b/docs/clipboard.md @@ -37,7 +37,7 @@ On Windows: > cmd /c move /Y "ReceivedFile" "VerifiedFile" -On Linux or OS: +On Linux or MacOS: > mv -f "ReceivedFile" "VerifiedFile"