login

<     >

2015-07-23 13:25:17 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

Type "options" in lowercase.

diff --git a/README b/README
index 1f40021..7f285f9 100644
--- a/README
+++ b/README
@@ -38,12 +38,12 @@ $ make
 Usage
 -----
 
-congif [OPTIONS] timings dialogue
+congif [options] timings dialogue
 
     timings:       File generated by script(1)'s -t option
     dialogue:      File generated by script(1)'s regular output
 
-    OPTIONS:
+    options:
       -w columns   Terminal width
       -h lines     Terminal height
       -f font      File name of MBF font to use

diff --git a/main.c b/main.c
index d85bd78..2cad239 100644
--- a/main.c
+++ b/main.c
@@ -209,10 +209,10 @@ void
 help(char *name)
 {
     fprintf(stderr,
-        "Usage: %s [OPTIONS] timings dialogue\n\n"
+        "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"
+        "options:\n"
         "  -w columns   Terminal width\n"
         "  -h lines     Terminal height\n"
         "  -f font      File name of MBF font to use\n"