diff options
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index cbe8a31a4..3c4f26452 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -53,7 +53,7 @@ <ulink url="../wget-list">wget-list</ulink> as an input to <command>wget</command>. For example:</para> -<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> +<screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen> <para>Additionally, starting with LFS-7.0, there is a separate file, <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all |