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

View File

@ -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"
"<package>\n"
" The HPKG or package info file of the package for which the\n"
" dependencies shall be resolved.\n"
"<repository>\n"
" Path to a directory containing packages from which the package's\n"
" dependencies shall be resolved. Multiple directories can be specified.\n"
"<priority>\n"
" Can follow a <repository> to specify the priority of that repository.\n"
" The default priority is 0.\n"
"Arguments:\n"
" <package>\n"
" The HPKG or package info file of the package for which the\n"
" dependencies shall be resolved.\n"
" <repository>\n"
" Path to a directory containing packages from which the package's\n"
" dependencies shall be resolved. Multiple directories can be\n"
" specified.\n"
" <priority>\n"
" Can follow a <repository> to specify the priority of that\n"
" repository. The default priority is 0.\n"
"\n"
;