]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/host-tools.git/blobdiff - respart/RM-autogen.py
RM-autogen.py: Fix help string
[glsdk/host-tools.git] / respart / RM-autogen.py
index c2fdecfdfb40ac1c83cff833069f5e1ab15c41f5..bae6f81ce6dfece14ce3cf0d21b1e86a8e55ac1f 100755 (executable)
@@ -13,7 +13,6 @@ import re
 COL_COMMENT = 0
 COL_RES_TYPE = 1
 COL_SUB_TYPE = 2
-COL_RES_FIELD = 3
 COL_RES_COUNT = 5
 COL_RES_START = 6
 COL_HOST_START = 7
@@ -111,7 +110,7 @@ parser = argparse.ArgumentParser(prog='RM-autogen.py', formatter_class=argparse.
 
 parser.add_argument('-s', '--soc', required=True, dest='soc',
        action='store', choices=['j721e', 'am65x'],
-       help='Share resource with HOST_ID_A for HOST_ID_B')
+       help='SoC name')
 
 parser.add_argument('-o', '--output', required=True, dest='output',
        action='store',