* luci/libs: fix typo in uvl utility
This commit is contained in:
parent
ed05a304d9
commit
13439a8ac5
1 changed files with 2 additions and 2 deletions
|
@ -61,6 +61,7 @@ local options, arguments = getopt( arg )
|
||||||
|
|
||||||
if #arguments == 0 or options.help then
|
if #arguments == 0 or options.help then
|
||||||
print([=[
|
print([=[
|
||||||
|
|
||||||
uvl - UCI Validation Layer
|
uvl - UCI Validation Layer
|
||||||
$Id: uvl.lua 2873 2008-08-17 21:43:56Z jow $
|
$Id: uvl.lua 2873 2008-08-17 21:43:56Z jow $
|
||||||
(c) 2008 Jo-Philipp Wich, Steven Barth
|
(c) 2008 Jo-Philipp Wich, Steven Barth
|
||||||
|
@ -84,8 +85,7 @@ Options:
|
||||||
Don't treat options found in config but not in scheme as error.
|
Don't treat options found in config but not in scheme as error.
|
||||||
|
|
||||||
--no-strict-validators
|
--no-strict-validators
|
||||||
Don't invalidate config if an external validators fails.
|
Don't invalidate config if an external validator fails.
|
||||||
|
|
||||||
]=])
|
]=])
|
||||||
os.exit(255)
|
os.exit(255)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue