'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/arm64) (push) Failing after 20s
Build-Test-Publish / build (linux/amd64) (push) Failing after 39s

This commit is contained in:
Your Name
2025-06-22 12:14:48 +12:00
parent 3ab8fe87d3
commit b47d4de45e
3 changed files with 15 additions and 7 deletions

View File

@ -815,7 +815,7 @@ void show_help() {
std::cout << " help Show this help message" << std::endl;
std::cout << std::endl;
std::cout << "EXAMPLES:" << std::endl;
std::cout << " getpkg install ripgrep Install ripgrep tool" << std::endl;
std::cout << " getpkg install whatsdirty Install whatsdirty tool" << std::endl;
std::cout << " getpkg install myapp Install myapp" << std::endl;
std::cout << " getpkg publish myapp:x86_64 ./build Publish architecture-specific build" << std::endl;
std::cout << " getpkg publish myapp ./build Publish universal build" << std::endl;