summaryrefslogtreecommitdiffstats
path: root/tools/repogen/repogen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repogen/repogen.cpp')
-rw-r--r--tools/repogen/repogen.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp
index c38018e6d..d678976fd 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -58,9 +58,8 @@ static void printUsage()
std::cout << " -u|--updateurl url instructs clients to receive updates from a " << std::endl;
std::cout << " different location" << std::endl;
- std::cout << " --update Update a set of existing components (defined by --include "
- << std::endl;
- std::cout << " or --exclude) in the repository" << std::endl;
+ std::cout << " --update Update a set of existing components (defined by " << std::endl;
+ std::cout << " --include or --exclude) in the repository" << std::endl;
std::cout << " -v|--verbose Verbose output" << std::endl;