changeset 1242:2014f64a141b draft

generated/help.h is a lot easier to read with an extra newline between each help entry.
author Rob Landley <rob@landley.net>
date Mon, 07 Apr 2014 12:53:24 -0500
parents 3c855d5a75be
children eae29e8e2bc8
files scripts/config2help.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/config2help.c	Thu Apr 03 22:43:28 2014 -0500
+++ b/scripts/config2help.c	Mon Apr 07 12:53:24 2014 -0500
@@ -387,7 +387,7 @@
         dd = dd->next;
         if (dd == sym->help) break;
       }
-      printf("\"\n");
+      printf("\"\n\n");
     }
     sym = sym->next;
   }