Skip to content

Commit

Permalink
Update Service.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
akarelas committed Oct 8, 2013
1 parent 4bc0621 commit 19570f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Ubic/Service.pm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Services can define custom commands which don't fit into the usual C<start/stop/
=item B<custom_commands()>
Get the list of service's custom commands, if there are any.
Should return the list of service's custom commands, if there are any.
=cut
sub custom_commands {
Expand All @@ -173,7 +173,7 @@ sub custom_commands {

=item B<do_custom_command($command)>
Execute specified command, if it is supported. Throw an exception otherwise.
Should execute specified command, if it is supported. Throw an exception otherwise.
=cut
sub do_custom_command {
Expand Down

0 comments on commit 19570f3

Please sign in to comment.