# HG changeset patch # User Matti Hamalainen # Date 1560623981 -10800 # Node ID d736ff74663b232aaed4da77e72c23957bff1ac6 # Parent 956db0095f825b121e7d532b83f6ff175860f423 Oops, we had two '-n' short options. Change the line items one to '-l'. diff -r 956db0095f82 -r d736ff74663b tools/data2inc.c --- 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 },