1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

o Fix usage(): remove '-l', add missed '-f', sort.

This commit is contained in:
Maxim Konovalov 2003-07-26 15:29:10 +00:00
parent 31661c3803
commit fc60875325
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118062

View File

@ -567,7 +567,7 @@ static void
usage(void)
{
static const char common[] =
"[-BFdpvlyn] [-T fstype:fsoptions] [-t fstype]";
"[-BFdfnpvy] [-T fstype:fsoptions] [-t fstype]";
(void)fprintf(stderr, "usage: %s %s [special|node]...\n",
getprogname(), common);