diff --git a/src/bin/package/package.cpp b/src/bin/package/package.cpp index bfbb6c348e..4eb33d045f 100644 --- a/src/bin/package/package.cpp +++ b/src/bin/package/package.cpp @@ -26,14 +26,11 @@ static const char* kUsage = " add [ ] ...\n" " Adds the specified entries to package file .\n" "\n" - " -0 ... -9 - Use compression level 0 ... 9. 0 means no, 9 best " - "compression.\n" + " -0 ... -9 - Use compression level 0 ... 9. 0 means no, 9 best compression.\n" " Defaults to 9.\n" " -C - Change to directory before adding entries.\n" - " -f - Force adding, replacing already existing entries. " - "Without\n" - " this option adding will fail when encountering a " - "pre-exiting\n" + " -f - Force adding, replacing already existing entries. Without\n" + " this option adding will fail when encountering a pre-exiting\n" " entry (directories will be merged, though).\n" " -i - Use the package info file . It will be added as\n" " \".PackageInfo\", overriding a \".PackageInfo\" file,\n" @@ -42,35 +39,29 @@ static const char* kUsage = " -v - Be verbose (show more info about created package).\n" "\n" " checksum [ ] [ ]\n" - " Computes the checksum of package file . If is " - "omitted\n" - " or \"-\", the file is read from stdin. This is only supported, if the " - "package\n" + " Computes the checksum of package file . If is omitted\n" + " or \"-\", the file is read from stdin. This is only supported, if the package\n" " is uncompressed.\n" "\n" " -q - Be quiet (don't show any output except for errors).\n" " -v - Be verbose (show more info about created package).\n" - " -z - Use Zstd compression.\n" "\n" " create [ ] \n" " Creates package file from contents of current directory.\n" "\n" - " -0 ... -9 - Use compression level 0 ... 9. 0 means no, 9 best " - "compression.\n" + " -0 ... -9 - Use compression level 0 ... 9. 0 means no, 9 best compression.\n" " Defaults to 9.\n" - " -b - Create an empty build package. Only the .PackageInfo " - "will\n" + " -b - Create an empty build package. Only the .PackageInfo will\n" " be added.\n" " -C - Change to directory before adding entries.\n" " -i - Use the package info file . It will be added as\n" " \".PackageInfo\", overriding a \".PackageInfo\" file,\n" " existing.\n" " -I - Set the package's installation path to . This is\n" - " an option only for use in package building. It will " - "cause\n" - " the package .self link to point to , which is " - "useful\n" + " an option only for use in package building. It will cause\n" + " the package .self link to point to , which is useful\n" " to redirect a \"make install\". Only allowed with -b.\n" + " -z - Use Zstd compression.\n" " -q - Be quiet (don't show any output except for errors).\n" " -v - Be verbose (show more info about created package).\n" "\n" @@ -79,11 +70,9 @@ static const char* kUsage = "\n" " extract [ ] [ ... ]\n" " Extracts the contents of package file . If are\n" - " specified, only those entries are extracted (directories " - "recursively).\n" + " specified, only those entries are extracted (directories recursively).\n" "\n" - " -C - Change to directory before extracting the " - "contents\n" + " -C - Change to directory before extracting the contents\n" " of the archive.\n" " -i - Extract the .PackageInfo file to instead.\n" "\n" @@ -116,12 +105,11 @@ static const char* kUsage = " If the input files doesn't use compression \n" " can be \"-\", in which case the data are read from stdin.\n" "\n" - " -0 ... -9 - Use compression level 0 ... 9. 0 means no, 9 best " - "compression.\n" + " -0 ... -9 - Use compression level 0 ... 9. 0 means no, 9 best compression.\n" " Defaults to 9.\n" + " -z - Use Zstd compression.\n" " -q - Be quiet (don't show any output except for errors).\n" " -v - Be verbose (show more info about created package).\n" - " -z - Use Zstd compression.\n" "\n" "Common Options:\n" " -h, --help - Print this usage info.\n"