'check-files' => \$check_files, # check deployed files
'hash-file=s' => \$hash_file, # file containing git hashes (overrides --repo)
'since=s' => \$since, # check only files modified since this time
- 'git-output=s' => \$git_output, # output file for git hashes (optional)
- 'deployed-output=s' => \$deployed_output # output file for hashes of deployed files (optional)
+ 'print-git-hashes=s' => \$git_output, # output file for git hashes (optional)
+ 'print-deployed-hashes=s' => \$deployed_output # output file for hashes of deployed files (optional)
);
if ($help) {