diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-22 03:19:24 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-22 03:19:24 +0000 |
commit | 69f8606daf811b24648ad8d1241b97fbdac5710b (patch) | |
tree | d7f89ebbfc1d94a4f05d251d5ec1fa4c28b216f0 | |
parent | 2294abc0c8dcfea0d2ac3890daef9167080c0089 (diff) |
Revert tar args.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter02/install.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/install.xml b/chapter02/install.xml index b7a050ee6..584434361 100644 --- a/chapter02/install.xml +++ b/chapter02/install.xml @@ -38,7 +38,7 @@ works no matter how your host system decided to patch tar.</para> <para>If a file is just tar'ed, it is unpacked by running:</para> -<para><screen><userinput>tar -xvf filename.tar</userinput></screen></para> +<para><screen><userinput>tar xvf filename.tar</userinput></screen></para> <para>When an archive is unpacked, a new directory will be created under the current directory (and this book assumes that the archives are unpacked |