diff --git a/tools/tabulate/plot_forces.py b/tools/tabulate/plot_forces.py index 583f3ae6ed..ee55a93be6 100644 --- a/tools/tabulate/plot_forces.py +++ b/tools/tabulate/plot_forces.py @@ -123,7 +123,8 @@ def main(): help="temperature for KbT plot [default none]", ) parser.add_argument( - "--recompute-energy", + "-d", + "--diff-num", dest="recompute", action="store_true", help="Recompute the energies from forces and distances through finite differences",