From d9df4c2804658ff07beef8a46a44852961b23ed5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Dec 2013 12:26:09 +0100 Subject: [PATCH] doc/manual.txt: explain how to show build options for binpkgs. --- doc/manual.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/manual.txt b/doc/manual.txt index 0e43444d750..b63a4237202 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -495,6 +495,12 @@ at the same time with xbps-src: $ xbps-src -o option,~option1,~option2 foo ------------------------------------------ +The build options can also be shown for binary packages via `xbps-query(8)`: + +-------------------------------------------- +$ xbps-query -R --property=build-options foo +-------------------------------------------- + Contributing via git ~~~~~~~~~~~~~~~~~~~~