more Text changes only
This commit is contained in:
parent
f80c1e0c3d
commit
b90e26046e
1 changed files with 5 additions and 5 deletions
|
@ -47,11 +47,11 @@ ${BOLD} -h, --help${OFF}
|
|||
${BOLD} -V, --version${OFF}
|
||||
print version number, then exit
|
||||
${BOLD} -d --directory DIR${OFF}
|
||||
use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhahlfs produces will be
|
||||
in the directory DIR/jhahlfs.
|
||||
use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhalfs produces will be
|
||||
in the directory DIR/jhalfs.
|
||||
${BOLD} --rebuild${OFF}
|
||||
clean the build directory before to perfom any other task. The directory
|
||||
is cleaned only if it was populated by a previous jhahlfs run.
|
||||
is cleaned only if it was populated by a previous jhalfs run.
|
||||
${BOLD} -P, --get-packages${OFF}
|
||||
download the packages and patches. This assumes that the server declared in the
|
||||
jhahlfs.conf file has the proper packages and patches for the book version being
|
||||
|
@ -59,7 +59,7 @@ ${BOLD} -P, --get-packages${OFF}
|
|||
${BOLD} -D, --download-client CLIENT
|
||||
use CLIENT as the program for retrieving packages (use in conjunction with -P)
|
||||
${BOLD} -W, --working-copy DIR${OFF}
|
||||
use the local working copy placed in DIR as the HLFS book
|
||||
use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z] [A-Z]) book
|
||||
${BOLD} -L, --LFS-version VER${OFF}
|
||||
checkout VER version of the HLFS book. Supported versions at this time are:
|
||||
dev* | trunk | SVN aliases for Development {C,H,B}LFS
|
||||
|
|
Reference in a new issue