File: luau.1

package info (click to toggle)
deets 0.3.1-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 480 kB
  • sloc: sh: 1,241; ansic: 430; makefile: 17
file content (37 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH LUAU "1" "September 2012" "deets" "User Commands"
.SH NAME
luau \- manual page for deets luau
.SH SYNOPSIS
.B luau
[\fIOPTION\fR]... \fI/path/to/luarfile.lua\fR
.SH DESCRIPTION
luau is a specialized Lua interpreter which serves as the
engine of deets.
.TP
\fB\-\-audit\fR
report conformance rate (default)
.TP
\fB\-\-rectify\fR
bring system into conformance with model
.TP
\fB\-\-report\fR
print what \fB\-\-rectify\fR needs to do
.TP
\fB\-\-dep\-trace\fR
show dependency ordering
.TP
\fB\-\-delete\-tmpdir\fR
delete deets tmpdir (default)
.PP
Any option may be prefixed with 'no' to disable it
(example: \fB\-\-no\-audit\fR)
.SH AUTHOR
Written by Clint Adams.
.SH COPYRIGHT
Copyright \(co 2009-2012  Clint Adams
deets comes with ABSOLUTELY NO WARRANTY.
.br
This is free software, and you are welcome to redistribute it
under certain conditions.
.PP
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>