timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
250 stars 23 forks source link

Wrong command line argument description #42

Closed Shura1oplot closed 10 years ago

Shura1oplot commented 10 years ago

Argument files has copypasted description from isort:

usage: frosted [-h] [-r] [-s SKIP] [-i IGNORE_FROSTED_ERRORS] [-vb] [-v]
               files [files ...]

Quickly check the correctness of your Python scripts.

positional arguments:
  files                 One or more Python source files that need their
                        imports sorted.
...
timothycrosley commented 10 years ago

@Shura1oplot, Thanks for reporting this! A fix has made its way to the develop branch, and will be integrated with the next release.

~Tim