From 825037d39131fcffb855d9a2191562b952d186ce Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Fri, 13 Dec 2024 11:45:52 +0900 Subject: [PATCH] Minor fix of velph text output --- src/phelel/velph/cli/init/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phelel/velph/cli/init/init.py b/src/phelel/velph/cli/init/init.py index 85c24f5..3c12b1f 100644 --- a/src/phelel/velph/cli/init/init.py +++ b/src/phelel/velph/cli/init/init.py @@ -655,7 +655,7 @@ def _get_toml_lines( click.echo("", err=True) click.echo("Error | Supercell size could not be determined.", err=True) click.echo( - " | Specify --max_num_atoms or [phelel.supercell_dimension].", + " | Specify --max-num-atoms or [phelel.supercell_dimension].", err=True, ) return None