Mansi Deo - 2015-06-11

I am trying to generate an xml static analysis report using pmd for a plsql file through command line.
Following was my command:

C:\ pmd-bin-5.3.2\bin>pmd -d C:\Users\ABC.pkb -f xml -R rulesets/plsql/Code Size

I am getting error:

Was passed main parameter 'ABC.pkb' but no main parameter was defined

I also tried using “.sql” but the error persists.
Am I using it correct? please suggest some ways I can make this work.

Thank you