From 8ed338ab44daf3cd681d73156fd1d9b6bed53795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 3 Mar 2005 08:12:27 +0000 Subject: Patch #1104111: Alter setup.py --help and --help-commands. --- Lib/distutils/command/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/command/clean.py') diff --git a/Lib/distutils/command/clean.py b/Lib/distutils/command/clean.py index 1844ffefd3..02189c531a 100644 --- a/Lib/distutils/command/clean.py +++ b/Lib/distutils/command/clean.py @@ -15,7 +15,7 @@ from distutils import log class clean (Command): - description = "clean up output of 'build' command" + description = "clean up temporary files from 'build' command" user_options = [ ('build-base=', 'b', "base build directory (default: 'build.build-base')"), -- cgit v1.2.1