diff options
Diffstat (limited to 'chapter02/install.xml')
-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 |