From: cajus Date: Thu, 25 Nov 2010 13:37:59 +0000 (+0000) Subject: Fixed msg string X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5b38321de392d7fd4dd4cfc033352f44d64e8286;p=gosa.git Fixed msg string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20372 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/build-gosa b/gosa-core/contrib/build-gosa index 4d7923c35..3118243a3 100755 --- a/gosa-core/contrib/build-gosa +++ b/gosa-core/contrib/build-gosa @@ -186,7 +186,7 @@ def main(): help="retrieval base path [%default]", metavar="URL") op.add_option("-a", "--with-smarty", dest="smarty", default=False, action="store_true", - help="retrieval base path [%default]") + help="build smarty3 packages from smarty provided by gosa source") op.add_option("-t", "--target", dest="target", default=".", help="target directory [%default]", metavar="PATH")