Default print pretty up
authorJens Axboe <jens.axboe@oracle.com>
Mon, 15 Jun 2009 21:29:54 +0000 (23:29 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 15 Jun 2009 21:29:54 +0000 (23:29 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index f27469769874b22d7836653307163880d4c5bf30..02e544a004290130e56a5d30ab430514eaeeb5a8 100644 (file)
--- 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("\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 <jens.axboe@oracle.com>\n");
 }
 
 #ifdef FIO_INC_DEBUG
 }
 
 #ifdef FIO_INC_DEBUG
@@ -1156,7 +1157,7 @@ int parse_options(int argc, char *argv[])
                if (dump_cmdline)
                        return 0;
 
                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;
        }
                usage(argv[0]);
                return 1;
        }