From 7216c8944d01a0800e11a2e9f8d04ef307957f91 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 3 Apr 2013 20:14:54 +0200 Subject: [PATCH] pkgman resolve-dependencies: Improve usage text formatting --- .../pkgman/command_resolve_dependencies.cpp | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/bin/pkgman/command_resolve_dependencies.cpp b/src/bin/pkgman/command_resolve_dependencies.cpp index 44d8854e1c..d71aed657f 100644 --- a/src/bin/pkgman/command_resolve_dependencies.cpp +++ b/src/bin/pkgman/command_resolve_dependencies.cpp @@ -48,15 +48,17 @@ static const char* kCommandUsage = "Resolves and lists all packages a given package depends on. Fails, if\n" "not all dependencies could be resolved.\n" "\n" - "\n" - " The HPKG or package info file of the package for which the\n" - " dependencies shall be resolved.\n" - "\n" - " Path to a directory containing packages from which the package's\n" - " dependencies shall be resolved. Multiple directories can be specified.\n" - "\n" - " Can follow a to specify the priority of that repository.\n" - " The default priority is 0.\n" + "Arguments:\n" + " \n" + " The HPKG or package info file of the package for which the\n" + " dependencies shall be resolved.\n" + " \n" + " Path to a directory containing packages from which the package's\n" + " dependencies shall be resolved. Multiple directories can be\n" + " specified.\n" + " \n" + " Can follow a to specify the priority of that\n" + " repository. The default priority is 0.\n" "\n" ;