changeset 2251:d736ff74663b

Oops, we had two '-n' short options. Change the line items one to '-l'.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jun 2019 21:39:41 +0300
parents 956db0095f82
children 42a0172b8c80
files tools/data2inc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/data2inc.c	Sat Jun 15 21:39:08 2019 +0300
+++ b/tools/data2inc.c	Sat Jun 15 21:39:41 2019 +0300
@@ -58,7 +58,7 @@
     {  2, 't', "type",           "Set datatype (unsigned char/byte)", OPT_ARGREQ },
     {  3, 'f', "format",         "Set output format (see list below)", OPT_ARGREQ },
     {  4, 'a', "add-line",       "Add this line to start of file", OPT_ARGREQ },
-    {  5, 'n', "nitems",         "Set number of items per line", OPT_ARGREQ },
+    {  5, 'l', "line-items",     "Set number of items per line", OPT_ARGREQ },
     {  6, 'x', "hexadecimal",    "Use hexadecimal output", OPT_NONE },
     {  7, 'q', "quiet",          "Do not add comments", OPT_NONE },
     {  8, 'N', "no-formatting",  "Disable additional output formatting", OPT_NONE },