Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2021-12-05 12:58:50 +0300
committerGitHub <noreply@github.com>2021-12-05 12:58:50 +0300
commit2dd3f99c1b872a68a89a6c4aba91423a57bd5eb6 (patch)
tree34fa91c1f68635d98819a4f776c43eee97b86b1e
parent6756928aa3c1329e6bbc4d554bcb00ed7de1f27a (diff)
Update name of macOS in main.cpp
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4296a70..02416d4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -52,7 +52,7 @@ std::string installPath = "";
void showHelp()
{
std::cout << "dylibbundler " << VERSION << std::endl;
- std::cout << "dylibbundler is a utility that helps bundle dynamic libraries inside mac OS X app bundles.\n" << std::endl;
+ std::cout << "dylibbundler is a utility that helps bundle dynamic libraries inside macOS app bundles.\n" << std::endl;
std::cout << "-x, --fix-file <file to fix (executable or app plug-in)>" << std::endl;
std::cout << "-b, --bundle-deps" << std::endl;