mirror of
https://github.com/pygos/pkg-utils.git
synced 2024-11-25 05:50:43 +01:00
Help text fixups
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
effe7bf69a
commit
3298ca1a73
2 changed files with 7 additions and 4 deletions
|
@ -190,6 +190,9 @@ static command_t pack = {
|
||||||
" --file-list, -l <path> Specify a file containing a list of input files.\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"
|
" --repo-dir, -r <path> Specify the output repository path to store the\n"
|
||||||
" package in.\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"
|
"\n"
|
||||||
" --toc-compressor, -t <compressor>\n"
|
" --toc-compressor, -t <compressor>\n"
|
||||||
" --file-compressor, -f <compressor>\n"
|
" --file-compressor, -f <compressor>\n"
|
||||||
|
|
|
@ -96,7 +96,7 @@ static command_t unpack = {
|
||||||
"a destination directory (default: current working directory).\n"
|
"a destination directory (default: current working directory).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Possible options:\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"
|
" to the current working directory if not set.\n"
|
||||||
" --no-chown, -o Do not change ownership of the extracted data.\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"
|
" Keep the uid/gid of the user who runs the program.\n"
|
||||||
|
|
Loading…
Reference in a new issue