Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typos in command recipe
  • Loading branch information
kraih committed Sep 1, 2014
1 parent 37fd93c commit 44e331e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1328,10 +1328,10 @@ L<Mojolicious::Commands/"namespaces">.
Some options like C<-m> for the operating mode of your application are shared
by all commands automatically.

$ ./myapp.pl ./myapp.pl spy -m production mode
$ ./myapp.pl spy -m production mode
production

For a full list of shared options see L<Mojolicious::Commands/"SYOPSIS">.
For a full list of shared options see L<Mojolicious::Commands/"SYNOPSIS">.

=head2 Running code against your application

Expand Down

0 comments on commit 44e331e

Please sign in to comment.