From cbcf98064cf2dd8a2da80932af799789dc2ca2a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Sep 2015 17:30:19 +0200 Subject: Add --tar, --tar-option options, test with bsdtar --- bpkg/common-options.cli | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'bpkg/common-options.cli') diff --git a/bpkg/common-options.cli b/bpkg/common-options.cli index d564a1c..8088ccc 100644 --- a/bpkg/common-options.cli +++ b/bpkg/common-options.cli @@ -54,6 +54,24 @@ namespace bpkg option to specify multiple fetch options." }; + path --tar = "tar" + { + "", + "The tar program that should be used to extract package archives. For + example, \cb{gtar} or \cb{bsdtar}. You can also specify additional + options that should be passed to the tar program with + \cb{--tar-option}. If the tar program is not explicitly specified, + then \cb{bpkg} will use \cb{tar} by default." + }; + + strings --tar-option + { + "", + "Additional option that should be passed to the tar program. See + \cb{--tar} for more information on the tar program. Repeat this + option to specify multiple tar options." + }; + // The following option is "fake" in that it is actually handled by // argv_file_scanner. We have it here for documentation. // -- cgit v1.1