Skip to content

Commit 350af42

Browse files
fix help output
1 parent 5bd1a71 commit 350af42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ int main(int argc, char **argv) {
133133
options.set_width(120);
134134
std::cout << options.help() << std::endl;
135135
std::cout << std::endl;
136-
print_format();
136+
print_format(true);
137137
std::cout << std::endl;
138138
std::cout << "This application uses the following libraries:" << std::endl;
139139
std::cout << " - cxxopts by jarro2783 (https://github.com/jarro2783/cxxopts)" << std::endl;

0 commit comments

Comments
 (0)