remove old --experimental flag

This commit is contained in:
VirtuBox
2019-09-15 14:50:52 +02:00
parent a70a45a484
commit af2073b3af

View File

@@ -382,9 +382,6 @@ class WOSiteCreateController(CementBaseController):
(['--vhostonly'], dict(help="only create vhost and database "
"without installing WordPress",
action='store_true')),
(['--experimental'],
dict(help="Enable Experimental packages without prompt",
action='store_true')),
]
@expose(hide=True)