Skip to content

Commit

Permalink
Revising Filters prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
codereflection committed Mar 14, 2012
1 parent 2af0316 commit eb70b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Giles/Program.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static void DisplayVerboseResults()


static List<T> GetUserValues<T>(string description, List<T> defaultValues) static List<T> GetUserValues<T>(string description, List<T> defaultValues)
{ {
Console.WriteLine("Enter new values, one on each line. Blank line save."); Console.WriteLine("Filters: Enter a namespace and type (MyNamespace.FooTests), one on each line. Use a blank line save.");
var newValues = new List<T>(); var newValues = new List<T>();


string newLine; string newLine;
Expand Down

0 comments on commit eb70b23

Please sign in to comment.