Skip to content

Commit

Permalink
be more specific in start_app description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 29, 2014
1 parent ca4efaf commit c30b8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Commands.pm
Expand Up @@ -313,7 +313,7 @@ disabled with the C<MOJO_NO_DETECT> environment variable.
Mojolicious::Commands->start_app('MyApp');
Mojolicious::Commands->start_app(MyApp => @ARGV);
Load application and start the command line interface for it.
Load application from class and start the command line interface for it.
# Always start daemon for application and ignore @ARGV
Mojolicious::Commands->start_app('MyApp', 'daemon', '-l', 'http://*:8080');
Expand Down

0 comments on commit c30b8ee

Please sign in to comment.