Skip to content

Commit 5f830dd

Browse files
committed
Reword grr message for macOS
1 parent 30dcdd5 commit 5f830dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grr/Messages/ChangeToDirectoryMessage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected override void ExecuteExistingDirectory(string directory)
2828
{
2929
TextCopy.Clipboard.SetText(command);
3030
Console.ForegroundColor = ConsoleColor.Cyan;
31-
Console.WriteLine("Not supported on macOS, sorry.\nThe command was copied to the clipboard, paste and run it manually now.");
31+
Console.WriteLine("The command was copied to the clipboard, paste and execute it manually now.\nChanging directories is not supported on macOS yet, sorry.");
3232
Console.ResetColor();
3333
}
3434
}

0 commit comments

Comments
 (0)