Remove --disable-libs flag from help output

This commit is contained in:
Eirik Ogilvie-Wigley 2018-11-26 12:45:17 -07:00
parent 6bb3124367
commit e7860a2843
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Usage:
$0 --help
Show this help message and exit.
$0 [ --enable-lcov || --disable-tests ] [ --disable-mining ] [ --enable-proton ] [ --disable-libs ] [ MAKEARGS... ]
$0 [ --enable-lcov || --disable-tests ] [ --disable-mining ] [ --enable-proton ] [ MAKEARGS... ]
Build Zcash and most of its transitive dependencies from
source. MAKEARGS are applied to both dependencies and Zcash itself.