Rclone cryptcheck

Is there any flag to check only local files against remote?
e.g. I have locally only 10 files and on remote 100 files. I want cryptcheck to compare just these 10 files.
But when I`m using:
rclone cryptcheck /local/source/with_10_files crypt:/with_100_files --stats 10s --checkers 30 --min-size 10b -v
rclone outputs information that I don`t have these 90 files.
e.g.:
2018/02/25 12:37:09 ERROR : filename: File not in Local file system at /local/source/with_10_files
and Errors counter increases.

There is an issue about this here: https://github.com/ncw/rclone/issues/1526

It would be fairly easy I think if you want to have a go