Skip to content

Commit

Permalink
aii-shellfe: fix contributors list and typo in SYNOPSIS pod
Browse files Browse the repository at this point in the history
  • Loading branch information
jouvin committed Mar 2, 2017
1 parent 5696b2e commit 59328e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
11 changes: 11 additions & 0 deletions aii-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<name>Luis Fernando Muñoz Mejías</name>
<email>[email protected]</email>
</developer>
<developer>
<name>Ronald Starink</name>
<email>[email protected]</email>
</developer>
</developers>
<contributors>
<!-- Anyone with more than 10 commits is here -->
Expand Down Expand Up @@ -54,6 +58,13 @@
<role>author</role>
</roles>
</contributor>
<contributor>
<name>Stijn De Weirdt</name>
<email>[email protected]</email>
<roles>
<role>author</role>
</roles>
</contributor>
</contributors>
<profiles>
<profile>
Expand Down
8 changes: 1 addition & 7 deletions aii-core/src/main/perl/aii-shellfe
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ specified in the profile.

=head1 SYNOPSIS

aii-shellfev2 --cdburl URL [options]
aii-shellfe --cdburl URL [options]
<--boot <hostname|regexp> |
--bootlist <filename> |
--configure <hostname|regexp> |
Expand Down Expand Up @@ -310,12 +310,6 @@ return value 1. When non-fatal errors occur, aii-shellfe returns
L<aii-components(8)>, L<aii-hooks(8)>,
L<aii(8)>

=head1 AUTHORS

Luis Fernando Muñoz Mejías <[email protected]>

Ronald Starink <[email protected]>

=cut

package main;
Expand Down

0 comments on commit 59328e8

Please sign in to comment.