]> git.sur5r.net Git - u-boot/blobdiff - tools/dtoc/dtoc.py
dtoc: Fix some minor errors
[u-boot] / tools / dtoc / dtoc.py
index c891b063800d9c6f78226bdf354cfcab2cd8b5b5..2e6a4db8bc1b16480cbf2fe2bcfb5d2aaa1e722e 100755 (executable)
@@ -40,8 +40,8 @@ def run_tests(args):
     """Run all the test we have for dtoc
 
     Args:
-        args: List of positional args provided to binman. This can hold a test
-            name to execute (as in 'binman -t testSections', for example)
+        args: List of positional args provided to dtoc. This can hold a test
+            name to execute (as in 'dtoc -t test_empty_file', for example)
     """
     import test_dtoc