Make help always say something.

This commit is contained in:
Matt Burke
2011-02-22 09:49:35 -05:00
parent a2d6c4e7ff
commit 030d9eba8b
+5 -1
View File
@@ -46,8 +46,12 @@ namespace Sep.Git.Tfs.Commands
{
return Run(command);
}
else
{
output.WriteLine("Invalid argument: " + arg);
}
}
return GitTfsExitCodes.InvalidArguments;
return Run();
}
/// <summary>