]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Sort the option list (-n comes before -o) and
authorTim Kientzle <kientzle@gmail.com>
Sun, 5 Apr 2009 03:55:20 +0000 (23:55 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 5 Apr 2009 03:55:20 +0000 (23:55 -0400)
clarify the explanation of -n just a bit.

SVN-Revision: 919

cpio/bsdcpio.1

index 3e0f4a0ff844193b726aa818ecc89732f16079a9..81b34626bbd09c320dbc087793a88d8858b13a1e 100644 (file)
@@ -167,13 +167,18 @@ instead of copying.
 (i and p modes)
 Set file modification time on created files to match
 those in the source.
-.It Fl O Ar file
-Write archive to
-.Ar file .
 .It Fl n
 (i mode, only with
 .Fl t )
-Display numeric uid and gid instead of looking up uname and gname.
+Display numeric uid and gid.
+By default,
+.Nm
+displays the user and group names when they are provided in the
+archive, or looks up the user and group names in the system
+password database.
+.It Fl O Ar file
+Write archive to
+.Ar file .
 .It Fl o
 Output mode.
 See above for description.