|
|
|
@ -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"
|
|
|
|
|