Skip to content

Commit

Permalink
Changed usage message to be slightly less obnoxious :)
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Apr 17, 2012
1 parent c988908 commit a6d447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-credential-winstore/Program.cs
Expand Up @@ -77,7 +77,7 @@ private static void WriteGitParameters(IDictionary<string, string> response)

private static void WriteUsage()
{
Console.Error.WriteLine("Figure it out yourself. But seriously, I just haven't written this yet. Sorry :(");
Console.Error.WriteLine("This application is designed to be used by git as a credential helper. See here the following like for more info: http://www.manpagez.com/man/1/git-credential-cache/");
}

static IEnumerable<Tuple<string, string>> GetCommand(IDictionary<string, string> args)
Expand Down

0 comments on commit a6d447b

Please sign in to comment.