Fix typo in help text

Fixes #368
This commit is contained in:
Peter W
2021-04-10 20:19:40 +10:00
committed by GitHub
parent c80bb64662
commit 8d33b8225f

View File

@@ -23,7 +23,7 @@ class WOSecureController(CementBaseController):
stacked_on = 'base' stacked_on = 'base'
stacked_type = 'nested' stacked_type = 'nested'
description = ( description = (
'Secure command provide the ability to' 'Secure command provide the ability to '
'adjust settings for backend and to harden server security.') 'adjust settings for backend and to harden server security.')
arguments = [ arguments = [
(['--auth'], (['--auth'],