Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Update pkg-stats(8) and usage info
Marin Atanasov Nikolov committed 13 years ago
commit 83b71619d9fe019de899b2d893538e63e4b83805
parent 676ba6e
2 files changed +5 -3
modified pkg/pkg-stats.8
@@ -15,7 +15,7 @@
.\"     @(#)pkg.8
.\" $FreeBSD$
.\"
-
.Dd July 6, 2012
+
.Dd December 20, 2012
.Dt PKG-STATS 8
.Os
.Sh NAME
@@ -23,7 +23,7 @@
.Nd package database statistics
.Sh SYNOPSIS
.Nm
-
.Op Fl qlr
+
.Op Fl qlrb
.Sh DESCRIPTION
.Nm
is used to display different statistics about the package databases.
@@ -38,6 +38,8 @@ Show less output.
Display stats only for the local package database.
.It Fl r
Display stats only for the remote package database(s).
+
.It Fl b
+
Display disk space usage in bytes only.
.El
.Sh ENVIRONMENT
The following environment variables affect the execution of
modified pkg/stats.c
@@ -37,7 +37,7 @@
void
usage_stats(void)
{
-
	fprintf(stderr, "usage: pkg stats [-qlr]\n\n");
+
	fprintf(stderr, "usage: pkg stats [-qlrb]\n\n");
	fprintf(stderr, "For more information see 'pkg help stats'.\n");
}