diff --git a/grr/Messages/ChangeToDirectoryMessage.cs b/grr/Messages/ChangeToDirectoryMessage.cs index 568d080e..0c08c82d 100644 --- a/grr/Messages/ChangeToDirectoryMessage.cs +++ b/grr/Messages/ChangeToDirectoryMessage.cs @@ -28,7 +28,7 @@ protected override void ExecuteExistingDirectory(string directory) { TextCopy.Clipboard.SetText(command); Console.ForegroundColor = ConsoleColor.Cyan; - Console.WriteLine("Not supported on macOS, sorry.\nThe command was copied to the clipboard, paste and run it manually now."); + Console.WriteLine("The command was copied to the clipboard, paste and execute it manually now.\nChanging directories is not supported on macOS yet, sorry."); Console.ResetColor(); } }