diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-02 20:57:16 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-02 20:57:38 -0300 |
commit | 33163294fb984abc20e7ee5713f7778231999ace (patch) | |
tree | 17438ee529adf009d7348487d2fead4327456f90 | |
parent | 568624c42d3ce2e0781e644e881f4b696424829f (diff) | |
download | luarocks-33163294fb984abc20e7ee5713f7778231999ace.tar.gz luarocks-33163294fb984abc20e7ee5713f7778231999ace.tar.bz2 luarocks-33163294fb984abc20e7ee5713f7778231999ace.zip |
configure: remove incorrect documentation in help screen
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -90,10 +90,7 @@ BLUE() { | |||
90 | 90 | ||
91 | show_help() { | 91 | show_help() { |
92 | cat <<EOF | 92 | cat <<EOF |
93 | Usage: ./configure [OPTION]... [VAR=VALUE]... | 93 | Usage: ./configure [OPTION]... |
94 | |||
95 | To assign environment variables (e.g., CC, CFLAGS...), specify them as | ||
96 | VAR=VALUE. See below for descriptions of some of the useful variables. | ||
97 | 94 | ||
98 | Defaults for the options are specified in brackets. | 95 | Defaults for the options are specified in brackets. |
99 | 96 | ||