summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/installerbase')
-rw-r--r--installerbuilder/installerbase/installerbase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/installerbuilder/installerbase/installerbase.cpp b/installerbuilder/installerbase/installerbase.cpp
index 08292e97e..a2ade55f0 100644
--- a/installerbuilder/installerbase/installerbase.cpp
+++ b/installerbuilder/installerbase/installerbase.cpp
@@ -88,6 +88,8 @@ void usage()
std::cout << std::setw(55) << std::setiosflags(std::ios::left)
<< " --help" << std::setw(40) << "Show commandline usage" << std::endl;
std::cout << std::setw(55) << std::setiosflags(std::ios::left)
+ << " --version" << std::setw(40) << "Show current version" << std::endl;
+ std::cout << std::setw(55) << std::setiosflags(std::ios::left)
<< " --checkupdates" << std::setw(40) << "Check for updates and return an XML file of the available updates"
<< std::endl;
std::cout << std::setw(55) << std::setiosflags(std::ios::left)