From ef7574daa0e3ce0ac32fff39174f4d4895bb834c Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 6 Dec 1999 05:01:14 +0000 Subject: Document the "-v" flag. [It was like that when I got here.. honestly.] --- usr.bin/xinstall/install.1 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'usr.bin/xinstall') 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. -- cgit v1.1