|
Description
|
When you run timex but fail to specify a program to run, the
message is a bit cryptic:
$ timex
Missing command
Whereas if you specify a bad option:
$ timex -Q
timex: illegal option -- Q
Usage: timex [-s][-o][-p[-fhkmrt]] cmd
So perhaps this should be altered to:
$ timex
timex: Missing command
Usage: timex [-s][-o][-p][-fhkmrt]] cmd
|