Update README.md

Added notes about Will's merge
This commit is contained in:
brent-stone 2020-04-23 09:30:31 -05:00 committed by GitHub
parent 7334f8778d
commit 71d2cf1012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -38,14 +38,14 @@ The files are organized with an example CAN data sample and three folders. Each
Will Freeman added support for command line arguments and can-utils log format pre-processing. Will Freeman added support for command line arguments and can-utils log format pre-processing.
Usage is: Usage is:
# uses can-utils log format Example use with can-utils log format
python Main.py -c inputFile.log python Main.py -c inputFile.log
python Main.py --can-utils inputFile.log python Main.py --can-utils inputFile.log
# uses original format Example use with original format
python Main.py originalFormat.log python Main.py originalFormat.log
# uses ./loggerProgram0.log Example use with ./loggerProgram0.log
python Main.py python Main.py
## Script specific information by folder ## Script specific information by folder