2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-19 04:12:11 +00:00

Enforce 80-column line limit

This commit is contained in:
Sven Gato Redsun
2023-03-09 18:09:25 -07:00
parent 3f75ea7aa3
commit b9509fd9a8

View File

@@ -78,7 +78,8 @@ int main(int argc, char const* argv[])
{
if (argc < 2)
{
std::cout << "usage: " << argv[0] << " <num_vertices> <max_length (optional)>\n";
std::cout << "usage: " << argv[0] << " <num_vertices>";
std::cout << " <max_length (optional)>\n";
return EXIT_FAILURE;
}