date: remove '-m' flag

It's only ever been used by git, and is obsoleted
by 'date -f'. Remove it.
Ori Bernstein 2021-08-13 01:27:17 +00:00
parent 758067ee56
commit 2af46e406b
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ main(int argc, char *argv[])
case 'u': uflg = 1; break;
case 't': fmt = "YYYY-MM-DDThh:mm:ssZZ"; break;
case 'i': fmt = "YYYY-MM-DD"; break;
case 'm': fmt = "WW, DD MMM YYYY hh:mm:ss Z"; break;
case 'f': fmt = EARGF(usage()); break;
default: usage();
}ARGEND