From: Michael Wiebusch Date: Sun, 21 Jul 2013 18:55:22 +0000 (+0200) Subject: added changeConfigVal.pl, a tool to comfortably manipulate values in JTAG config... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=63902a5de80c588b8d882ff27f6d0a576ee9da5f;p=mvdsensorcontrol.git added changeConfigVal.pl, a tool to comfortably manipulate values in JTAG config files from the command line --- diff --git a/tools/changeConfigVal.pl b/tools/changeConfigVal.pl index 386616a..e605dca 100755 --- a/tools/changeConfigVal.pl +++ b/tools/changeConfigVal.pl @@ -148,11 +148,19 @@ __END__ =head1 NAME changeConfigVal.pl - set specific values inside a configuration file +the script reads STDIN in the following format (one line per command): + +Register/Field=Value =head1 SYNOPSIS changeConfigVal.pl -c config.xml [-v] +the script reads STDIN in the following format (one line per command): + +Register/Field=Value + + Options: -h, --help brief help message -v, --verbose detailed debugging info about ongoing actions