summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-06 05:01:14 +0000
committerobrien <obrien@FreeBSD.org>1999-12-06 05:01:14 +0000
commitef7574daa0e3ce0ac32fff39174f4d4895bb834c (patch)
tree6271fffb9313a795de529c3fc59c5260e09238e7 /usr.bin/xinstall
parent5c9244cd12f812687a0e1da3fa8fd69c320bdb42 (diff)
downloadFreeBSD-src-ef7574daa0e3ce0ac32fff39174f4d4895bb834c.zip
FreeBSD-src-ef7574daa0e3ce0ac32fff39174f4d4895bb834c.tar.gz
Document the "-v" flag. [It was like that when I got here.. honestly.]
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/install.118
1 files changed, 16 insertions, 2 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index 46179cbf..a15517a 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -40,14 +40,14 @@
.Nd install binaries
.Sh SYNOPSIS
.Nm install
-.Op Fl CcDMps
+.Op Fl CcDMpsv
.Op Fl f Ar flags
.Op Fl g Ar group
.Op Fl m Ar mode
.Op Fl o Ar owner
.Ar file1 file2
.Nm install
-.Op Fl CcDMps
+.Op Fl CcDMpsv
.Op Fl f Ar flags
.Op Fl g Ar group
.Op Fl m Ar mode
@@ -57,6 +57,7 @@
.Ar fileN directory
.Nm install
.Fl d
+.Op Fl v
.Op Fl g Ar group
.Op Fl m Ar mode
.Op Fl o Ar owner
@@ -131,6 +132,12 @@ exec's the command
.Xr strip 1
to strip binaries so that install can be portable over a large
number of systems and binary types.
+.It Fl v
+Causes
+.Nm
+to show when
+.Fl C
+acutally installs something.
.El
.Pp
By default,
@@ -183,3 +190,10 @@ over a NFS file system. Other file systems do not have a concept of flags.
.Nm
will only warn when flags could not be set on a file system
that does not support them.
+.Pp
+.Nm
+with
+.Fl v
+falsely says a file is copied when
+.Fl C
+snaps hard links.
OpenPOWER on IntegriCloud