domci : remove trailling space

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3745 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-06-02 08:30:55 +00:00
parent 26b3f53398
commit b01c837f55

View File

@@ -38,7 +38,7 @@ class modelGenerator
$getopts->add ("DSN", "", "dsn:", "DSN - Data Source Name\n".
" Exemple : --dsn \"mysql:dbname=DBNAME\"",
"dsn");
$getopts->add ("Output", "o:", "output:",
$getopts->add ("Output", "o:", "output:",
"Output directory, ./models by default", "dir");
$getopts->add ("Namespace", "n:", "namespace:",
"The namespace (if '', not added), models by default",