mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
date: remove reference to dead -m flag (thanks Thim Cederlund)
This commit is contained in:
parent
8d9a4e1502
commit
9d09242bee
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ date, clock \- date and time
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B date
|
.B date
|
||||||
[
|
[
|
||||||
.I -unitm
|
.I -unit
|
||||||
] [
|
] [
|
||||||
.B -f
|
.B -f
|
||||||
.I format
|
.I format
|
||||||
|
|
|
@ -8,7 +8,7 @@ enum {
|
||||||
void
|
void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprint(2, "usage: date [-itunm] [-f fmt] [seconds]\n");
|
fprint(2, "usage: date [-itun] [-f fmt] [seconds]\n");
|
||||||
exits("usage");
|
exits("usage");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue