mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-08 18:22:09 +03:00
doc: escape double quotes in autotools-install --help
* scripts/autotools-install: Fix --help so that we actually print the double quotes around "make check", in two places.
This commit is contained in:
committed by
Jim Meyering
parent
c1495a1107
commit
dc1f1f3c73
@@ -32,7 +32,7 @@ Download, build, and install some tools.
|
|||||||
|
|
||||||
Options:
|
Options:
|
||||||
--prefix=PREFIX install tools under specified directory
|
--prefix=PREFIX install tools under specified directory
|
||||||
--skip-check do not run "make check" (this can save 50+ min)
|
--skip-check do not run \"make check\" (this can save 50+ min)
|
||||||
--help display this help and exit
|
--help display this help and exit
|
||||||
|
|
||||||
For example, to install programs into \$HOME/autotools/bin, run this command:
|
For example, to install programs into \$HOME/autotools/bin, run this command:
|
||||||
@@ -41,7 +41,7 @@ For example, to install programs into \$HOME/autotools/bin, run this command:
|
|||||||
|
|
||||||
If you've already verified that your system/environment can build working
|
If you've already verified that your system/environment can build working
|
||||||
versions of these tools, you can make this script complete in just a
|
versions of these tools, you can make this script complete in just a
|
||||||
minute or two (rather than about an hour if you let all "make check"
|
minute or two (rather than about an hour if you let all \"make check\"
|
||||||
tests run) by invoking it like this:
|
tests run) by invoking it like this:
|
||||||
|
|
||||||
$prog_name --prefix=\$HOME/autotools --skip-check
|
$prog_name --prefix=\$HOME/autotools --skip-check
|
||||||
|
Reference in New Issue
Block a user