diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-11-23 17:11:51 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-11-23 17:11:51 +0000 |
commit | 123c0152d12b6969248c86f7f6240cc34b2d615e (patch) | |
tree | 9e70e216f119ecad03f41aabc6c2963ff67b7997 | |
parent | e5b06c32df6670145fcaf8e306cdce493571ca3e (diff) |
python: add <option> tag for option explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/python.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml index d29f664e9..5718a28a9 100644 --- a/chapter06/python.xml +++ b/chapter06/python.xml @@ -120,7 +120,7 @@ tar --strip-components=1 \ <title>The meaning of the documentation install commands:</title> <varlistentry> - <term><option>--no-same-owner</option> and --no-same-permissions</term> + <term><option>--no-same-owner</option> and <option>--no-same-permissions</option></term> <listitem> <para>Ensure the installed files have the correct ownership and permissions. Without these options, using <application>tar</application> |