fix usage
1 files changed, 1 insertions(+), 1 deletions(-) M main.c
M main.c +1 -1
@@ 57,7 57,7 @@ init(int argc, char **argv) { return 0; usage: 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("schedule executable to run at specified time (defaults to 10s).\n"); printf(" -d : daemonise\n"); printf(" -i n : schedule for n secs from now\n"); printf(" -t %%Y-%%m-%%dT%%H:%%M:%%S : schedule for specified (local) time\n");