From 0333da991d62382ffe2cbd08672a0e848dc61ee2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 12 Mar 2018 08:11:43 +0530 Subject: [PATCH] ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41ef8828f..d5ad0dfd1 100755 --- a/setup.py +++ b/setup.py @@ -682,7 +682,7 @@ def option_parser(): p.add_argument( '--libdir-name', default='lib', - help='The name of the directory inside --prefix in which to store compiled files' + help='The name of the directory inside --prefix in which to store compiled files. Defaults to "lib"' ) return p