commit 43713b1399cf038c517f28be2ec376a9aa12bbb6
parent d56f75e0ec6c609f26b0232aedaa19df463d5659
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 25 May 2025 10:01:00 +0200
fix #10011
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
@@ -44,7 +44,7 @@ while getopts ':a:C:hi:l:o:p:t:' OPTION; do
echo ' -a AUTHOR -- set author header' "(default: $AUTHOR)"
echo ' -C COPYRIGHT -- set copyright header' "(default: $COPYRIGHT)"
echo ' -h -- print this help'
- echo ' -i INPUT -- input file to convert' "(default: $VERSION)"
+ echo ' -i INPUT -- input file to convert' "(default: $INPUT)"
echo ' -l LANGUAGE -- target language to use'
echo ' -o OUTPUT -- output directory' "(default: $OUTPUT)"
echo ' -p PAPER -- paper format' "(default: $PAPER)"