From 1337e4623c1f74a491df111ecc08a5a5fded3fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 19 May 2020 20:06:06 +0200 Subject: [PATCH] xbps-src: document all options --- xbps-src | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xbps-src b/xbps-src index 888bc3c474a..1211094b444 100755 --- a/xbps-src +++ b/xbps-src @@ -143,6 +143,8 @@ zap Options: +-1 If dependencies of target package are missing, fail instead of building them. + -a Cross compile packages for this target machine. Supported targets: @@ -175,6 +177,8 @@ $(print_cross_targets) -I Ignore required dependencies, useful for extracting/fetching sources. +-i Make xbps-src internal errors non-fatal. + -j Number of parallel build jobs to use when building packages. -L Disable ASCII colors. @@ -210,6 +214,8 @@ $(print_cross_targets) Once the target has finished, this temporary masterdir will be removed. This flag requires xbps-uchroot(1). +-V Print version of xbps, then exit. + _EOF }