datefmt

format unix timestamps over stdin
git clone git://git.jb55.com/datefmt
Log | Files | Refs | README | LICENSE

commit 871719a9a9b5fccc457f34f463a5dd6b40afc088
parent d7579ee281ada68838c9a891d758a34293ff68ad
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  5 Nov 2020 10:19:03 -0800

help: align text

Diffstat:
Mdatefmt.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datefmt.c b/datefmt.c @@ -152,7 +152,7 @@ static void usage() { printf("usage: datefmt [OPTION...] [FORMAT]\n\n"); printf("format unix timestamps from stdin\n\n"); printf(" -a, --after <timestamp> only format timestamps after this date \n"); - printf(" --version display version information and exit \n"); + printf(" --version display version information and exit \n"); printf("\n FORMAT\n a strftime format string, defaults to '%%F %%R'\n");