Skip to content

Commit

Permalink
help: Don't include the whole path in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Jul 5, 2015
1 parent dfee4ef commit 2101c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/catpix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ doc = <<DOCOPT
Print images in the terminal.
Usage:
#{__FILE__} --help | --version
#{__FILE__} [options] <path>
#{File.basename __FILE__} --help | --version
#{File.basename __FILE__} [options] <path>
Options:
-w=<width>, --limit-width Limit width of the image (factor of the size
Expand Down

0 comments on commit 2101c17

Please sign in to comment.