diff options
Diffstat (limited to 'decoder/pdtest')
-rwxr-xr-x | decoder/pdtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/pdtest b/decoder/pdtest index 1c24e6c..da548e3 100755 --- a/decoder/pdtest +++ b/decoder/pdtest @@ -62,7 +62,7 @@ def usage(msg=None): -l List test(s) -s Show test(s) -r Run test(s) - -f Fix failed test(s) + -f Fix failed test(s) / create initial output for new test(s) -c Report decoder code coverage -R <directory> Save test reports to <directory> <test> Protocol decoder name ("i2c") and optionally test name ("i2c/rtc")""") |