Tiny tweak to renderdoccmd usage output

This commit is contained in:
baldurk
2016-08-25 17:09:09 +02:00
parent 96e0444183
commit 3693a17c73
+2 -1
View File
@@ -120,7 +120,8 @@ static int command_usage(std::string command = "")
if(!command.empty())
std::cerr << command << " is not a valid command." << std::endl << std::endl;
std::cerr << "renderdoccmd <command> [args ...]" << std::endl << std::endl;
std::cerr << "Usage: renderdoccmd <command> [args ...]" << std::endl;
std::cerr << "Command line tool for capture & replay with RenderDoc." << std::endl << std::endl;
std::cerr << "Command can be one of:" << std::endl;