X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=decoder%2Fpdtest;h=897e3ef4f2d200e2c91f7ee0639db147fda58cf3;hp=695166ba7b6005a2bc84a174701f0ef8bdc42322;hb=121614a0acce94bab885c97718d610181fbfd43f;hpb=349d754f287085aa4dd748c7b00581ca1a0a6203;ds=sidebyside diff --git a/decoder/pdtest b/decoder/pdtest index 695166b..897e3ef 100755 --- a/decoder/pdtest +++ b/decoder/pdtest @@ -55,17 +55,17 @@ def ERR(msg): def usage(msg=None): if msg: print(msg.strip() + '\n') - print("""Usage: testpd [-dvarslR] [test, ...] + print("""Usage: testpd [-dvalsrfcR] [ ...] -d Turn on debugging -v Verbose -a All tests - -l List all tests + -l List test(s) -s Show test(s) -r Run test(s) -f Fix failed test(s) -c Report decoder code coverage -R Save test reports to - Protocol decoder name ("i2c") and optionally test name ("i2c/icc")""") + Protocol decoder name ("i2c") and optionally test name ("i2c/rtc")""") sys.exit()