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
gaoqiong
MIGraphX
Commits
a150ce8f
Commit
a150ce8f
authored
Jul 03, 2022
by
Paul
Browse files
Format
parent
4d10b034
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/driver/argument_parser.hpp
src/driver/argument_parser.hpp
+2
-2
No files found.
src/driver/argument_parser.hpp
View file @
a150ce8f
...
@@ -478,9 +478,9 @@ struct argument_parser
...
@@ -478,9 +478,9 @@ struct argument_parser
{
{
std
::
cout
<<
"Found argument '"
<<
color
::
fg_yellow
<<
sc
.
incorrect
<<
color
::
reset
std
::
cout
<<
"Found argument '"
<<
color
::
fg_yellow
<<
sc
.
incorrect
<<
color
::
reset
<<
"'"
<<
"'"
<<
" which wasn't expected, or isn't valid in this context"
<<
std
::
endl
;
<<
" which wasn't expected, or isn't valid in this context"
<<
std
::
endl
;
std
::
cout
<<
" "
std
::
cout
<<
" "
<<
"Did you mean "
<<
color
::
fg_green
<<
sc
.
correct
<<
color
::
reset
<<
"?"
<<
"Did you mean "
<<
color
::
fg_green
<<
sc
.
correct
<<
color
::
reset
<<
"?"
<<
std
::
endl
;
<<
std
::
endl
;
std
::
cout
<<
std
::
endl
;
std
::
cout
<<
std
::
endl
;
print_usage_for
(
*
sc
.
arg
,
sc
.
correct
);
print_usage_for
(
*
sc
.
arg
,
sc
.
correct
);
...
...
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