From 27701572f5d6abd5beba9d0951cc3f39f77aa70f Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Thu, 22 Aug 2013 10:52:17 +0200 Subject: [PATCH] just comments --- tools/xmlOperation.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/xmlOperation.pl b/tools/xmlOperation.pl index 1e0b130..a582d49 100755 --- a/tools/xmlOperation.pl +++ b/tools/xmlOperation.pl @@ -57,6 +57,10 @@ unless ($q->param()){ print escapeHTML("action=deleteFile&configFile=[configFile]"),br,br; print "change the ancestor (include directive) of config file",br; print escapeHTML("action=changeAncestor&configFile=[configFile]&newAncestor=[newAncestor]"),br,br; + print "move/rename config file",br; + print escapeHTML("action=moveFile&configFile=[configFile]&newFile=[newFile]"),br,br; + print "copy config file",br; + print escapeHTML("action=copyFile&configFile=[configFile]&newFile=[newFile]"),br,br; } -- 2.43.0