From d7ce79c8620b40d9dbd7120aa24da27e3f108aee Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Tue, 5 Apr 2016 09:58:58 +0200
Subject: [PATCH] Fix #189

@alexvoronov pointed out that the example was actually wrong.
---
 src/colvar/Template.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/colvar/Template.cpp b/src/colvar/Template.cpp
index 5b4b88a41..0f09740ea 100644
--- a/src/colvar/Template.cpp
+++ b/src/colvar/Template.cpp
@@ -61,7 +61,7 @@ void Template::registerKeywords(Keywords& keys){
   keys.addFlag("TEMPLATE_DEFAULT_ON_FLAG",true,"flags that are by default performed should be specified like this");
   keys.add("compulsory","TEMPLATE_COMPULSORY","all compulsory keywords should be added like this with a description here");
   keys.add("optional","TEMPLATE_OPTIONAL","all optional keywords that have input should be added like a description here");
-  keys.add("atoms","TEMPLATE_INPUT","the keyword with which you specify what atoms to use should be added like this");
+  keys.add("atoms","ATOMS","the keyword with which you specify what atoms to use should be added like this");
 }
 
 Template::Template(const ActionOptions&ao):
-- 
GitLab