Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in get command
  • Loading branch information
kraih committed Jun 16, 2013
1 parent e998812 commit 319a801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/get.pm
Expand Up @@ -24,7 +24,7 @@ usage: $0 get [OPTIONS] URL [SELECTOR|JSON-POINTER] [COMMANDS]
mojo get mojolicio.us a attr href
mojo get mojolicio.us '*' attr id
mojo get mojolicio.us 'h1, h2, h3' 3 text
mojo get mojo get https://api.metacpan.org/v0/author/SRI /name
mojo get https://api.metacpan.org/v0/author/SRI /name
These options are available:
-C, --charset <charset> Charset of HTML/XML content, defaults to auto
Expand Down

0 comments on commit 319a801

Please sign in to comment.