Some textual changes.

This commit is contained in:
Manuel Canales Esparcia 2005-12-09 18:06:32 +00:00
parent f4a4ba52ac
commit e9dba989ce
2 changed files with 9 additions and 8 deletions

15
jhablfs
View file

@ -24,6 +24,9 @@ Options:
-V, --version print version number, then exit
-B, --BLFS-version VER checkout VER version of the BLFS book.
If not set, the development version
is used.
Supported versions at this time are:
dev* | trunk | SVN aliases for Development BLFS
@ -33,14 +36,16 @@ Options:
-D, --dependencies TYPE add dependencies of type TYPE to the build tree.
If not set, both required a recommended are used.
Possible values are:
required only required dependecies are used
recommended both required a recommended dependencies are used
optional all dependencies are used
-S, --server the FTP/HTTP server used as fallback. If no
specified, the one set in jhablfs.conf is used.
-S, --server SERVER set the FTP/HTTP server used as fallback to
download the packages. If not specified, the one
set in jhablfs.conf is used.
-T, --testsuites add support to run the optional testsuites
@ -54,10 +59,6 @@ echo \"Option '\$1' requires an argument\" >&2
echo \"\$help\" >&2
exit 1"
no_dl_client="\
echo \"Could not find a way to download the BLFS sources.\" >&2
echo \"Attempting to continue.\" >&2"
HEADER="# This file is automatically generated by jhablfs
# EDIT THIS FILE MANUALLY TO SUIT YOUR NEEDS
#
@ -312,7 +313,7 @@ while test $# -gt 0 ; do
SERVER=$1
;;
* )
echo "$1 is not a proper path to the BLFS packages."
echo "$1 is not a proper HTTP/FTP path to the BLFS packages."
exit 1
;;
esac

View file

@ -32,5 +32,5 @@ TEST=0
#--- Default stylesheet
XSL=dump-blfs-scripts.xsl
#--- Files that will be copied to $JHALFSDIR
#--- Files that will be copied to $JHABLFSDIR
FILES="functions dump-blfs-scripts.xsl"