diff options
-rwxr-xr-x | src/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure index 0e1f887..3763d4b 100755 --- a/src/configure +++ b/src/configure @@ -48,8 +48,8 @@ print_usage() { echo "configure --help print this" echo " --target=<TARGET> build target i.e. Linux (default: autodetect)" echo " --prefix=<PREFIX> the installation prefix (default: /usr/local)" - echo " --bindir=<DIR> the path to the bin directory (default: $PREFIX/bin)" - echo " --mandir=<DIR> the path to the system man pages (default: $PREFIX/share/man)" + echo " --bindir=<DIR> the path to the bin directory (default: \$PREFIX/bin)" + echo " --mandir=<DIR> the path to the system man pages (default: \$PREFIX/share/man)" echo " --no-manpage dont't install manpages" echo " --use-clang use clang/llvm as compiler/linker" } |