Add -c to SYNOPSIS and usage().

This commit is contained in:
Ruslan Ermilov 2005-01-11 10:53:09 +00:00
parent 2ccfeeaef4
commit 9046f8cd17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140058
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 9, 2003
.Dd November 9, 2004
.Dt DISKINFO 8
.Os
.Sh NAME
@ -36,7 +36,7 @@
.Nd get information about disk device
.Sh SYNOPSIS
.Nm
.Op Fl tv
.Op Fl ctv
.Ar disk ...
.Sh DESCRIPTION
The

View File

@ -44,7 +44,7 @@
static void
usage(void)
{
fprintf(stderr, "usage: diskinfo [-tv] disk ...\n");
fprintf(stderr, "usage: diskinfo [-ctv] disk ...\n");
exit (1);
}