pkgman resolve-dependencies: Improve usage text formatting

This commit is contained in:
Ingo Weinhold
2013-04-03 20:14:54 +02:00
parent 046f1c4378
commit 7216c8944d
@@ -48,15 +48,17 @@ static const char* kCommandUsage =
"Resolves and lists all packages a given package depends on. Fails, if\n" "Resolves and lists all packages a given package depends on. Fails, if\n"
"not all dependencies could be resolved.\n" "not all dependencies could be resolved.\n"
"\n" "\n"
"<package>\n" "Arguments:\n"
" The HPKG or package info file of the package for which the\n" " <package>\n"
" dependencies shall be resolved.\n" " The HPKG or package info file of the package for which the\n"
"<repository>\n" " dependencies shall be resolved.\n"
" Path to a directory containing packages from which the package's\n" " <repository>\n"
" dependencies shall be resolved. Multiple directories can be specified.\n" " Path to a directory containing packages from which the package's\n"
"<priority>\n" " dependencies shall be resolved. Multiple directories can be\n"
" Can follow a <repository> to specify the priority of that repository.\n" " specified.\n"
" The default priority is 0.\n" " <priority>\n"
" Can follow a <repository> to specify the priority of that\n"
" repository. The default priority is 0.\n"
"\n" "\n"
; ;