From 63902a5de80c588b8d882ff27f6d0a576ee9da5f Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Sun, 21 Jul 2013 20:55:22 +0200 Subject: [PATCH] added changeConfigVal.pl, a tool to comfortably manipulate values in JTAG config files from the command line --- tools/changeConfigVal.pl | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.43.0