rename some keys

This commit is contained in:
2019-02-05 23:26:08 +01:00
parent 35f24942b6
commit 4b57622e51
3 changed files with 195 additions and 192 deletions

View File

@@ -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()