Skip to content

Commit

Permalink
Revising Filters prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
codereflection committed Feb 12, 2012
1 parent 50ce4a5 commit 21f5cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Giles/Program.cs
Original file line number 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)
{
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>();

string newLine;
Expand Down

0 comments on commit 21f5cbd

Please sign in to comment.