veraison / corim

CoRIM and CoMID manipulation library and CLI
Apache License 2.0
9 stars 7 forks source link

Correct the bug in the help output of all cocli commands #47

Closed yogeshbdeshpande closed 2 years ago

yogeshbdeshpande commented 2 years ago

During cocli corim submit command testing a major bug is seen in the help output of all the comid and corim cocli commands.

The Long help output indicates command as cli, whereas the actual command is cocli. Example: cli comid create --template=t1.json \ --template=t2.json \ --template-dir=templates

Should be corrected to: cocli comid create --template=t1.json \ --template=t2.json \ --template-dir=templates