From 4e78fa71fd717fb04caed8f016a1440b6a6bb5f0 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Sun, 19 Jul 2015 08:04:27 +0200 Subject: [PATCH] typo --- src/cltools/Driver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cltools/Driver.cpp b/src/cltools/Driver.cpp index cd27611d5..59f389cbb 100644 --- a/src/cltools/Driver.cpp +++ b/src/cltools/Driver.cpp @@ -183,8 +183,8 @@ void Driver<real>::registerKeywords( Keywords& keys ){ keys.add("atoms","--ixyz","the trajectory in xyz format"); keys.add("atoms","--igro","the trajectory in gro format"); #ifdef __PLUMED_HAS_XDRFILE - keys.add("atoms","--ixtc","the trajectory in xtc format (xdrfile implementation"); - keys.add("atoms","--itrr","the trajectory in trr format (xdrfile implementation"); + keys.add("atoms","--ixtc","the trajectory in xtc format (xdrfile implementation)"); + keys.add("atoms","--itrr","the trajectory in trr format (xdrfile implementation)"); #endif keys.add("optional","--length-units","units for length, either as a string or a number"); keys.add("optional","--dump-forces","dump the forces on a file"); -- GitLab