Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-02 | Canonicalize the usage: lines for the POSIX toys. | Elliott Hughes | |
This only touches 24 of the 68 toys/posix/ files --- the others were already canonical. Potentially contentious, so worth stating explicitly, is that there were 8 matches for "COMMAND..." amongst all existing help output, with 7 matches for various inconsistent variants involving something with "ARG", so I resolved that in favor of using "COMMAND..." (which is also shorter overall, and avoids nested []s). | |||
2018-08-26 | Convert more commands to the new option/GLOBALS code style. | Rob Landley | |
2018-02-22 | Bugfix, facility values are <<3 in the headers. | Rob Landley | |
2018-02-18 | Work around a musl-libc bug that has facilitynames/prioritynames in headers | Rob Landley | |
but then the link fails. | |||
2018-01-01 | Promote logger, and fluff up help text a bit. | Rob Landley | |