diff --git a/CityFinder/Program.cs b/CityFinder/Program.cs index 4e1c737..3ebdcae 100644 --- a/CityFinder/Program.cs +++ b/CityFinder/Program.cs @@ -76,7 +76,7 @@ namespace CityFinder /// Returns a valid country code. private static string GetUserCountryInput() { - Console.WriteLine("Do you know the valid country code you need?"); + Console.WriteLine("Do you know the valid country code you need? (Enter 'y' or 'n')"); string userResponse = Console.ReadLine(); if (userResponse.ToLower() != "y") {