summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chown/chown.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-08 16:31:42 +0000
committerobrien <obrien@FreeBSD.org>2000-03-08 16:31:42 +0000
commitf9382c8a43eafcafd6f9e4c6150dc05dfaaed5bb (patch)
tree69b6509353964264e61965717f8df5c705e12163 /usr.sbin/chown/chown.c
parent165bc7c35eafd57f21443a07e2227217d8c19027 (diff)
downloadFreeBSD-src-f9382c8a43eafcafd6f9e4c6150dc05dfaaed5bb.zip
FreeBSD-src-f9382c8a43eafcafd6f9e4c6150dc05dfaaed5bb.tar.gz
Somehow I didn't get all the "-v" code commited.
Submitted by: Arindum Mukerji <rmukerji@execpc.com> Approved by: JKH Make the manpage more style(9) complient.
Diffstat (limited to 'usr.sbin/chown/chown.c')
-rw-r--r--usr.sbin/chown/chown.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c
index 4e7fea5..26d3073 100644
--- a/usr.sbin/chown/chown.c
+++ b/usr.sbin/chown/chown.c
@@ -86,7 +86,7 @@ main(argc, argv)
ischown = myname[2] == 'o';
Hflag = Lflag = Pflag = hflag = 0;
- while ((ch = getopt(argc, argv, "HLPRfh")) != -1)
+ while ((ch = getopt(argc, argv, "HLPRfhv")) != -1)
switch (ch) {
case 'H':
Hflag = 1;
@@ -109,6 +109,9 @@ main(argc, argv)
case 'h':
hflag = 1;
break;
+ case 'v':
+ vflag = 1;
+ break;
case '?':
default:
usage();
OpenPOWER on IntegriCloud