Skip to content

Commit

Permalink
Reword grr message for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed Feb 4, 2019
1 parent 30dcdd5 commit 5f830dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grr/Messages/ChangeToDirectoryMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 5f830dd

Please sign in to comment.