Searched refs:command_name (Results 1 – 2 of 2) sorted by relevance
88 int Usage(const std::string& command_name) { in Usage() argument89 printf("Usage: %s [options]\n", command_name.c_str()); in Usage()
988 int Usage(const std::string& command_name) { in Usage() argument990 std::cout << "Usage: " << command_name << " [options]" << std::endl; in Usage()