S3pull does not seem to recognise --codes

s3pull does not seem to recognise --codes. Specifying the parameter results in pulling of all database saved in S3.
I am using version 1.9.0.

Can you share the command you are running and an example of a database that is unexpectedly getting pulled? Pulling from S3 is based on prefix matching. For example, quantrocket db s3pull -s history -c my-db would pull dbs that match quantrocket.history.my-db*.

Ah, I didn't realise -c handle requires -s.
Thank you.