Skip to content

Commit

Permalink
Minor fix of velph text output
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Dec 13, 2024
1 parent 37fbc10 commit 825037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phelel/velph/cli/init/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 825037d

Please sign in to comment.