Skip to content

Commit

Permalink
added usage to command example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 8, 2012
1 parent 6fb7df6 commit 3ad2361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -667,6 +667,7 @@ that they will be picked up automatically by the command line interface?
use Mojo::Base 'Mojo::Command';

has description => "Spy on application.\n";
has usage => "usage: $0 spy [COMMAND]\n";

sub run {
my ($self, $whatever) = @_;
Expand Down

0 comments on commit 3ad2361

Please sign in to comment.