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
fbce4cd6
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "88bdd97ccd1f823510b9ed4e7f0ce5a44a0d2136"
Commit
fbce4cd6
authored
Jun 19, 2011
by
Davis King
Browse files
Improved -h output
parent
91c63155
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/imglab/src/main.cpp
tools/imglab/src/main.cpp
+2
-2
No files found.
tools/imglab/src/main.cpp
View file @
fbce4cd6
...
@@ -419,9 +419,9 @@ int main(int argc, char** argv)
...
@@ -419,9 +419,9 @@ int main(int argc, char** argv)
if
(
parser
.
option
(
"h"
))
if
(
parser
.
option
(
"h"
))
{
{
cout
<<
"
Options:
\n
"
;
cout
<<
"
Usage: imglab [options] <image files/directories or XML file list>
\n
"
;
parser
.
print_options
(
cout
);
parser
.
print_options
(
cout
);
cout
<<
endl
;
cout
<<
endl
<<
endl
;
return
EXIT_SUCCESS
;
return
EXIT_SUCCESS
;
}
}
...
...
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