diff --git a/README.rst b/README.rst index 6ce695a..25867f6 100644 --- a/README.rst +++ b/README.rst @@ -34,11 +34,11 @@ Usage :: Usage: - pipreqs [options] + pipreqs [options] Options: - --savepath Supply custom path for requirements.txt - --debug See debug output + --debug Print debug information + --savepath Save the list of requirements in the given file Example ------- diff --git a/pipreqs/pipreqs.py b/pipreqs/pipreqs.py index 3578b47..842e163 100755 --- a/pipreqs/pipreqs.py +++ b/pipreqs/pipreqs.py @@ -3,12 +3,11 @@ """pipreqs - Generate pip requirements.txt file based on imports Usage: - pipreqs - pipreqs [options] + pipreqs [options] Options: - --debug prints debug information. - --savepath path to requirements.txt (Optional) + --debug Print debug information + --savepath Save the list of requirements in the given file """ from __future__ import print_function import os