From beffa15c9da057f8cc4f45afe4116d69ad844222 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 15 Nov 2013 21:26:39 +0200 Subject: [PATCH] s/module/package --- changes/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/cli.py b/changes/cli.py index 7c87f47..9fb0358 100644 --- a/changes/cli.py +++ b/changes/cli.py @@ -31,7 +31,7 @@ --noinput To be used in conjuction with one of the version increment options above, this option stops `changes` from confirming the new version number. - --module-name= If your module and package aren't the same + --package-name= If your module and package aren't the same --requirements= Requirements file name (default: requirements.txt) --debug Debug output.