From: Jens Axboe Date: Mon, 15 Jun 2009 21:29:54 +0000 (+0200) Subject: Default print pretty up X-Git-Tag: fio-1.29-rc1~11^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=fd4442b8c33de3bad7d4d31df75e3109900ac70e Default print pretty up Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index f2746976..02e544a0 100644 --- a/init.c +++ b/init.c @@ -920,6 +920,7 @@ static void usage(const char *name) printf("\t--section=name\tOnly run specified section in job file\n"); printf("\t--alloc-size=kb\tSet smalloc pool to this size in kb" " (def 1024)\n"); + printf("\nFio was written by Jens Axboe \n"); } #ifdef FIO_INC_DEBUG @@ -1156,7 +1157,7 @@ int parse_options(int argc, char *argv[]) if (dump_cmdline) return 0; - log_err("No jobs defined(s)\n"); + log_err("No jobs defined(s)\n\n"); usage(argv[0]); return 1; }