This commit is contained in:
Kovid Goyal 2018-03-12 08:11:43 +05:30
parent 2bf8e1b1a3
commit 0333da991d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -682,7 +682,7 @@ def option_parser():
p.add_argument( p.add_argument(
'--libdir-name', '--libdir-name',
default='lib', 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 return p