diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2018-02-09 10:54:19 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2018-02-09 10:57:10 +0100 |
commit | 464015f6f163b0c43a1a8e20a2890ee837a6804d (patch) | |
tree | 575ca1c60ba7a17b312baf104305784263add508 /contrib | |
parent | 67447ba06057b8e83f962c82491d2fe6c5211f50 (diff) |
[scripts] gitian-builder.sh: fix --setup doc, LXC is default
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gitian-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 631fba9089..d334c1642f 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -47,7 +47,7 @@ Options: -j Number of processes to use. Default 2 -m Memory to allocate in MiB. Default 2000 --kvm Use KVM instead of LXC ---setup Set up the Gitian building environment. Uses KVM. If you want to use lxc, use the --lxc option. Only works on Debian-based systems (Ubuntu, Debian) +--setup Set up the Gitian building environment. Uses LXC. If you want to use KVM, use the --kvm option. Only works on Debian-based systems (Ubuntu, Debian) --detach-sign Create the assert file for detached signing. Will not commit anything. --no-commit Do not commit anything to git -h|--help Print this help message |