login

<     >

2015-07-21 14:01:28 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Improve usage help.

diff --git a/main.c b/main.c
index 4376974..3a26081 100644
--- a/main.c
+++ b/main.c
@@ -206,6 +206,8 @@ help(char *name)
 {
     fprintf(stderr,
         "Usage: %s [OPTIONS] timings dialogue\n\n"
+        "timings:       File generated by script(1)'s -t option\n"
+        "dialogue:      File generated by script(1)'s regular output\n\n"
         "OPTIONS:\n"
         "  -w columns   Terminal width\n"
         "  -h lines     Terminal height\n"
@@ -213,10 +215,8 @@ help(char *name)
         "  -o output    File name of GIF output\n"
         "  -d divisor   Speedup, as in scriptreplay(1)\n"
         "  -m maxdelay  Maximum delay, as in scriptreplay(1)\n"
-        "  -c on|off    Show/hide cursor\n\n"
+        "  -c on|off    Show/hide cursor\n"
         "  -v           Verbose mode\n"
-        "timings:       File generated by script(1)'s -t option\n"
-        "dialogue:      File generated by script(1)'s regular output\n"
     , name);
 }