rename some keys
This commit is contained in:
@@ -112,7 +112,7 @@ def main():
|
||||
action='append_const', const="rho",
|
||||
help='get density from material')
|
||||
parser_material.add_argument('-T', '--Tm', dest='const_collection',
|
||||
action='append_const', const="Tm",
|
||||
action='append_const', const="T_m",
|
||||
help='get melting point temperature')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user