projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed05a30
)
* luci/libs: fix typo in uvl utility
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Aug 2008 22:44:15 +0000
(22:44 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 17 Aug 2008 22:44:15 +0000
(22:44 +0000)
libs/uvl/root/usr/bin/uvl
patch
|
blob
|
history
diff --git
a/libs/uvl/root/usr/bin/uvl
b/libs/uvl/root/usr/bin/uvl
index 1d6198dcd6e3f260e206fd9c863c7057423ca32c..3c9e53f20eadb174a0ea534f1019cdd1b75fd077 100755
(executable)
--- a/
libs/uvl/root/usr/bin/uvl
+++ b/
libs/uvl/root/usr/bin/uvl
@@
-61,6
+61,7
@@
local options, arguments = getopt( arg )
if #arguments == 0 or options.help then
print([=[
+
uvl - UCI Validation Layer
$Id: uvl.lua 2873 2008-08-17 21:43:56Z jow $
(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.
--no-strict-validators
- Don't invalidate config if an external validators fails.
-
+ Don't invalidate config if an external validator fails.
]=])
os.exit(255)
else