Skip to content

Commit 27dc430

Browse files
committed
Fixed yamc -h
1 parent 2aded47 commit 27dc430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Args.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ bool ParseArgs(int _argc, const char** _argv, SArgs& _argsOut)
151151
if (_argsOut.ShowHelpAndExit)
152152
{
153153
std::cout << MESSAGE_HELP << std::endl;
154-
return true;
154+
return false;
155155
}
156156

157157
if (_argsOut.PathIn == nullptr)

0 commit comments

Comments
 (0)