This commit is contained in:
Andrew M. Kuchling 2010-02-22 02:08:45 +00:00
parent 2f6775617c
commit c7337b8b3a
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ Notes:
requires the :program:`compress` program. Notice that this format is now requires the :program:`compress` program. Notice that this format is now
pending for deprecation and will be removed in the future versions of Python. pending for deprecation and will be removed in the future versions of Python.
When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or ``tar``), you When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or
can specify under Unix the ``owner`` and ``group`` names that will be set for ``tar``) under Unix, you can specify the ``owner`` and ``group`` names
each member of the archive. that will be set for each member of the archive.
For example, if you want all files of the archive to be owned by root:: For example, if you want all files of the archive to be owned by root::