From 3298ca1a7322233b321dcb4b591b75cbe71eaf23 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 2 Feb 2019 20:28:37 +0100 Subject: [PATCH] Help text fixups Signed-off-by: David Oberhollenzer --- main/cmd/pack/pack.c | 9 ++++++--- main/cmd/unpack.c | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/main/cmd/pack/pack.c b/main/cmd/pack/pack.c index 470c355..69a63c7 100644 --- a/main/cmd/pack/pack.c +++ b/main/cmd/pack/pack.c @@ -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 Specify a file containing a list of input files.\n" -" --repo-dir, -r Specify the output repository path to store the\n" -" package in.\n" +" --file-list, -l Specify a file containing a list of input files.\n" +" --repo-dir, -r Specify the output repository path to store the\n" +" package in.\n" +" --description, -d 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 \n" " --file-compressor, -f \n" diff --git a/main/cmd/unpack.c b/main/cmd/unpack.c index faf71e4..ae4394a 100644 --- a/main/cmd/unpack.c +++ b/main/cmd/unpack.c @@ -96,7 +96,7 @@ static command_t unpack = { "a destination directory (default: current working directory).\n" "\n" "Possible options:\n" -" --root, -r A root directory to unpack the package. Defaults\n" +" --root, -r 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"