From b8a88e3c94e1c06f3ca3f02fa0db4754d407127b Mon Sep 17 00:00:00 2001 From: Harri Berglund Date: Tue, 28 Apr 2015 22:37:06 +0300 Subject: [PATCH] Update help text --- README.rst | 6 +++--- pipreqs/pipreqs.py | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) 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