summaryrefslogtreecommitdiffstats
path: root/src/sdk/installerbase_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk/installerbase_p.cpp')
-rw-r--r--src/sdk/installerbase_p.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sdk/installerbase_p.cpp b/src/sdk/installerbase_p.cpp
index 611e491bf..bf96a797a 100644
--- a/src/sdk/installerbase_p.cpp
+++ b/src/sdk/installerbase_p.cpp
@@ -303,6 +303,9 @@ void InstallerBase::showUsage()
<< "Set system proxy on Win and Mac. This option has no effect on Linux." << std::endl;
std::cout << std::setw(55) << std::setiosflags(std::ios::left) << " --verbose" << std::setw(40)
<< "Show debug output on the console" << std::endl;
+ std::cout << std::setw(55) << std::setiosflags(std::ios::left) << " --create-offline-repository"
+ << std::setw(40) << "Offline installer only: Create a local repository inside the installation "
+ "directory based on the offline installer's content" << std::endl;
std::cout << "\nDeveloper:"<< std::endl;
std::cout << std::setw(55) << std::setiosflags(std::ios::left)