Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b5c189aa
Commit
b5c189aa
authored
Dec 12, 2012
by
Davis King
Browse files
Made cmd_line_parser::print_options() print out some new lines at the
end so that the user doesn't have to print them.
parent
79656869
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/cmd_line_parser/cmd_line_parser_print_1.h
dlib/cmd_line_parser/cmd_line_parser_print_1.h
+1
-0
No files found.
dlib/cmd_line_parser/cmd_line_parser_print_1.h
View file @
b5c189aa
...
@@ -151,6 +151,7 @@ namespace dlib
...
@@ -151,6 +151,7 @@ namespace dlib
else
else
out
<<
"
\n
"
<<
wrap_string
(
this
->
element
().
description
(),
ml
,
ml
);
out
<<
"
\n
"
<<
wrap_string
(
this
->
element
().
description
(),
ml
,
ml
);
}
}
out
<<
_dT
(
ct
,
"
\n\n
"
);
this
->
reset
();
this
->
reset
();
}
}
catch
(...)
catch
(...)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment