Skip to content

Commit

Permalink
use verbose option in command example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 3, 2014
1 parent 0526aab commit 7198e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Lite.pm
Expand Up @@ -236,7 +236,7 @@ full access to all HTTP features and information.
You can test the more advanced examples right from the command line with
L<Mojolicious::Command::get>.
$ ./myapp.pl get -M POST -c 'test' /echo
$ ./myapp.pl get -v -M POST -c 'test' /echo
=head2 Built-in C<exception> and C<not_found> pages
Expand Down

0 comments on commit 7198e60

Please sign in to comment.