Help text fixups

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-02-02 20:28:37 +01:00
parent effe7bf69a
commit 3298ca1a73
2 changed files with 7 additions and 4 deletions

View File

@ -187,9 +187,12 @@ static command_t pack = {
.l_desc =
"Read a list of files from the given lists file and generate a package.\n"
"Possible options:\n"
" --file-list, -l <path> Specify a file containing a list of input files.\n"
" --repo-dir, -r <path> Specify the output repository path to store the\n"
" package in.\n"
" --file-list, -l <path> Specify a file containing a list of input files.\n"
" --repo-dir, -r <path> Specify the output repository path to store the\n"
" package in.\n"
" --description, -d <path> Specify a file containing a description of the\n"
" package, including information such as package\n"
" dependencies, the actual package name, etc.\n"
"\n"
" --toc-compressor, -t <compressor>\n"
" --file-compressor, -f <compressor>\n"

View File

@ -96,7 +96,7 @@ static command_t unpack = {
"a destination directory (default: current working directory).\n"
"\n"
"Possible options:\n"
" --root, -r <director> A root directory to unpack the package. Defaults\n"
" --root, -r <directory> A root directory to unpack the package. Defaults\n"
" to the current working directory if not set.\n"
" --no-chown, -o Do not change ownership of the extracted data.\n"
" Keep the uid/gid of the user who runs the program.\n"