From 3601802ce2d6b77b50243ab3f849b1333b35a4aa Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Fri, 30 Jun 2017 14:22:24 +0200 Subject: [PATCH] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e0428a9..448cf21 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,8 @@ Usage --savepath Save the list of requirements in the given file --print Output the list of requirements in the standard output --force Overwrite existing requirements.txt - + --diff Compare modules in requirements.txt to project imports. + --clean Clean up requirements.txt by removing modules that are not imported in project. Example -------