Changed a tar command, to use short options format

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8255 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2010-02-15 10:26:28 +00:00
parent e5085ae13d
commit 571735d7c8

View File

@ -93,7 +93,7 @@ xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
<para>If you downloaded the optional documentation tarball, unpack it
with the following command:</para>
<screen><userinput>tar xf ../docbook-xsl-doc-&docbook-xsl-version;.tar.bz2 -C ..</userinput></screen>
<screen><userinput>tar -xf ../docbook-xsl-doc-&docbook-xsl-version;.tar.bz2 --strip-components=1</userinput></screen>
<para>BLFS does not install the required packages to run the test suite
and provide meaningful results.</para>