fix usage
1 files changed, 1 insertions(+), 1 deletions(-) M main.c
M main.c +1 -1
@@ 56,7 56,7 @@ init(int argc, char **argv) { return 0; usage: - printf("usage: sched [-d] [-i n] [-t HH:MM:SS] [exec] [arg1] [arg2] ...\n"); + printf("usage: sched [-d] [-i n] [-t %%Y-%%m-%%dT%%H:%%M:%%S] [exec] [arg1] [arg2] ...\n"); printf("schedule executable for the specified time (defaults to 10s).\n"); printf(" -d : daemonise\n"); printf(" -i n : schedule for n secs from now\n");