date: remove reference to dead -m flag (thanks Thim Cederlund)

This commit is contained in:
Jacob Moody 2023-12-08 19:37:49 +00:00
parent 8d9a4e1502
commit 9d09242bee
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ date, clock \- date and time
.SH SYNOPSIS
.B date
[
.I -unitm
.I -unit
] [
.B -f
.I format

View file

@ -8,7 +8,7 @@ enum {
void
usage(void)
{
fprint(2, "usage: date [-itunm] [-f fmt] [seconds]\n");
fprint(2, "usage: date [-itun] [-f fmt] [seconds]\n");
exits("usage");
}