diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-17 22:44:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-17 22:44:15 +0000 |
commit | 13439a8ac566b373bf9ada04997bbaa1f5297b1a (patch) | |
tree | 6572514ee0207d2218eb849d359c192f34c25df1 /libs | |
parent | ed05a304d96bd7576c3e351075abe41d8f0bd517 (diff) |
* luci/libs: fix typo in uvl utility
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/uvl/root/usr/bin/uvl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/uvl/root/usr/bin/uvl b/libs/uvl/root/usr/bin/uvl index 1d6198dcd..3c9e53f20 100755 --- 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 |