Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2016-02-04 15:56:00 +0300
committerrofl0r <retnyg@gmx.net>2016-02-04 15:56:00 +0300
commit058adbcac286102e9dd67464eaa7c695f2451feb (patch)
treecc17f9055ff24f9c665db9b07796bdff5e956fbf
parentb64c89e0e49e75227f06cc43f9affd22bdcfff3f (diff)
configure: whitespace cleanup in help text
-rwxr-xr-xconfigure14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure
index 939fccb..bc16def 100755
--- a/configure
+++ b/configure
@@ -55,13 +55,13 @@ check_compile_run() {
usage() {
echo "supported arguments"
- echo "--prefix=/path default: $prefix"
- echo "--exec_prefix=/path default: $prefix/bin"
- echo "--bindir=/path default: $prefix/bin"
- echo "--libdir=/path default: $prefix/lib"
- echo "--includedir=/path default: $prefix/include"
- echo "--sysconfdir=/path default: $prefix/etc"
- echo "--ignore-cve default: no"
+ echo "--prefix=/path default: $prefix"
+ echo "--exec_prefix=/path default: $prefix/bin"
+ echo "--bindir=/path default: $prefix/bin"
+ echo "--libdir=/path default: $prefix/lib"
+ echo "--includedir=/path default: $prefix/include"
+ echo "--sysconfdir=/path default: $prefix/etc"
+ echo "--ignore-cve default: no"
echo " if set to yes ignores CVE-2015-3887 and makes it possible"
echo " to preload from current dir (insecure)"
ismac && isx86_64 && echo "--fat-binary : build for both i386 and x86_64 architectures on 64-bit Macs"