docs: add better usage to generate xml script

This commit is contained in:
Carlos Gomes Martinho
2020-04-14 11:22:40 +02:00
committed by Stefan Wahren
parent 057cf776de
commit 88d32add38

View File

@ -14,7 +14,7 @@
# Check commandline parameter # Check commandline parameter
if [ $# -ne 2 ]; then if [ $# -ne 2 ]; then
echo "usage: $0 directory" echo "usage: $0 path_to_directory_with_xml_files path_to_mbus_parse_hex_with_filename"
exit 3 exit 3
fi fi