summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/commandlineparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/commandlineparser.cpp')
-rw-r--r--src/libs/installer/commandlineparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/commandlineparser.cpp b/src/libs/installer/commandlineparser.cpp
index d1e3e89d6..bf40c9bc0 100644
--- a/src/libs/installer/commandlineparser.cpp
+++ b/src/libs/installer/commandlineparser.cpp
@@ -191,7 +191,7 @@ CommandLineParser::CommandLineParser()
// Positional arguments
m_parser.addPositionalArgument(CommandLineOptions::scCommand,
- QLatin1String("Command to be run by installer."),
+ QLatin1String("Command to be run by installer. Note that this feature may be disabled by vendor."),
QLatin1String("command"));
m_parser.addPositionalArgument(CommandLineOptions::scArguments,
QLatin1String("Extra arguments for command, each separated by space."),