Draft: Resolve "Parsing changes to verifyFile"
After refactoring the parsing of the standalone cli tools, the usage of the verify file tool was slightly modified. This issue should make the tool go from
cta-verify-file --id/-I <archiveFileID> --vid/-v <vid> [--instance/-i <instance>] [--request.user/-u <user>] [request.group/-g <group>]
to
cta-verify-file <archiveFileID> --vid/-v <vid> [--instance/-i <instance>] [--request.user/-u <user>] [request.group/-g <group>]
which was the way to use the tool before the refactoring.