From 99152e09c74f398eee34d8bb67bb3ddd68998792 Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 25 Nov 2016 14:29:16 +0100 Subject: [PATCH] Manual: build option commands were incomplete (#5178) --- Manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Manual.md b/Manual.md index b18000aff78..072701ff7ca 100644 --- a/Manual.md +++ b/Manual.md @@ -795,16 +795,16 @@ The supported build options for a source package can be shown with `xbps-src`: Build options can be enabled with the `-o` flag of `xbps-src`: - $ ./xbps-src -o option,option1 foo + $ ./xbps-src -o option,option1 foo Build options can be disabled by prefixing them with `~`: - $ ./xbps-src -o ~option,~option1 foo + $ ./xbps-src -o ~option,~option1 foo Both ways can be used together to enable and/or disable multiple options at the same time with `xbps-src`: - $ ./xbps-src -o option,~option1,~option2 foo + $ ./xbps-src -o option,~option1,~option2 foo The build options can also be shown for binary packages via `xbps-query(8)`: