Skip to content

Commit

Permalink
Update ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: 0cc4m <picard12@live.de>
  • Loading branch information
teleprint-me and 0cc4m authored Jul 28, 2024
1 parent e58d3cc commit b8a415a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/vulkan-shaders/vulkan-shaders-gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ int main(int argc, char** argv) {
}
}

if (argc <= 1 || std::string(argv[1]) == "--help") {
if (argc <= 1 || args.find("--help") != args.end()) {
std::cout << "Usage:\n"
"\tvulkan-shaders-gen [options]\n\n"
"Options:\n"
Expand Down

0 comments on commit b8a415a

Please sign in to comment.