From df5ccaa64a1afef5a07ce66a627570117eac1649 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Tue, 20 Mar 2012 15:04:14 +0100 Subject: Improve usage output format Change-Id: Ide21fa802060593c657491861f043ac53c0bb701 Reviewed-by: Tim Jenssen --- tools/repogen/repogen.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/repogen') 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; -- cgit v1.2.3