Ver código fonte

improve help text

Johannes Pointner 7 anos atrás
pai
commit
6cae413bc8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/generate_datatypes.py

+ 1 - 1
tools/generate_datatypes.py

@@ -405,7 +405,7 @@ parser.add_argument('-t', '--type-bsd',
                     dest="type_bsd",
                     action='append',
                     default=[],
-                    help='csv file with type descriptions')
+                    help='bsd file with type definitions')
 
 parser.add_argument('outfile',
                     metavar='<outputFile>',