Skip to content

Commit

Permalink
Merge pull request #2444 from hjoliver/2443.report-cmd-help
Browse files Browse the repository at this point in the history
Added report-timings info to bin/cylc-help.
  • Loading branch information
matthewrmshin committed Oct 11, 2017
2 parents fecdb6c + cf33580 commit 60f6e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cylc-help
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ utility_commands['cycle-point'] = [
utility_commands['scp-transfer'] = ['scp-transfer']
utility_commands['suite-state'] = ['suite-state']
utility_commands['ls-checkpoints'] = ['ls-checkpoints']
utility_commands['report-timings'] = ['report-timings']

hook_commands = {}
hook_commands['email-suite'] = ['email-suite']
Expand Down Expand Up @@ -430,6 +431,7 @@ comsum['jobscript'] = 'Generate a task job script and print it to stdout'
comsum['scp-transfer'] = 'Scp-based file transfer for cylc suites'
comsum['suite-state'] = 'Query the task states in a suite'
comsum['ls-checkpoints'] = 'Display task pool etc at given events'
comsum['report-timings'] = 'Generate a report on task timing data'
# hook
comsum['email-task'] = 'A task event hook script that sends email alerts'
comsum['email-suite'] = 'A suite event hook script that sends email alerts'
Expand Down

0 comments on commit 60f6e0e

Please sign in to comment.