Skip to content
Snippets Groups Projects
Commit 93fc21ed authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-2129]. Added POD.

parent 81b78157
No related branches found
No related tags found
No related merge requests found
......@@ -547,8 +547,13 @@ sub check_for_duplicate {
sub usage {
print <<EOF;
=head1
create_JIRA_tickets.pl -relco <string> -password <string> -release <integer> -tickets <file> -config <file>
=head1 NAME
create_release_tasks.pl
=head1 SYNOPSIS
create_release_tasks.pl -relco <string> -password <string> -release <integer> -tickets <file> -config <file>
-relco JIRA username. Optional, will be inferred from current system user if not supplied.
-password | -p JIRA password. Will need to be typed in standard input if not supplied.
......@@ -561,7 +566,12 @@ create_JIRA_tickets.pl -relco <string> -password <string> -release <integer> -ti
in the same directory as the executable.
-help | -h Prints this help text.
Reads the -tickets input file and creates JIRA tickets
=head1 DESCRIPTION
Creates tickets for various core release tasks on JIRA at EBI.
=cut
}
EOF
exit 0;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment