docs: add better usage to generate xml script

This commit is contained in:
Carlos Gomes Martinho 2020-04-14 11:22:40 +02:00
parent 9f9c7a5dbf
commit ee3a69e5df

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