File: radreport.1

package info (click to toggle)
radiuscontext 1.76-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 176 kB
  • ctags: 135
  • sloc: python: 1,120; perl: 57; sh: 50; makefile: 40
file content (61 lines) | stat: -rw-r--r-- 1,602 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.TH radreport 1 "February 22, 2002"
.SH NAME
radreport
.SH DESCRIPTION
.B radreport
is part of the 
.B radiuscontext 
package and is used to generate reports from data created by 
.B raddetail

.SH SYNOPSIS
raddetail [ -d file ] [ -D dir ] [ -g type ] [ -C dir ] [ -H dir ] [ -A dir] [ -T dir ] [ -R dir ] [ -s num ] [ -u username ] [ -h ] [ -v ]
.SH OPTIONS
.TP
.BI -d, --database <file>
Specify database file.
.TP
.BI -r, --reportdir <file>
Specify report directory.
.TP
.BI -d, --generate <type> ...
Select reports to generate. Specify one or more of: html, text, raw, csv, or htmlascend.
.TP
.BI -C, --csvreportdir <dir>
Specify directory for csv output.
.TP
.BI -H, --htmlreportdir <dir>
Specify directory for html output.
.TP
.BI -A, --htmlascendreportdir <dir>
Specify directory for html-ascend output.
.TP
.BI -T, --textreportdir <dir>
Specify directory for text output.
.TP
.BI -R, --rawreportdir <dir>
Specify directory for raw output.
.TP
.BI -s, --split-num <num>
Second-level report dirs are the first 'num' chars of username.
.TP
.BI -u, --user <username> ...
Limit report to one or more users.
.TP
.BI -v, --version
Display program version.
.TP
.BI -h, --help
Display usage information.

.SH LICENSE
radiusContext is Copyright (c) 1998-2000 by Sean Reifschneider, tummy.com,
ltd. All rights reserved.
.PP
Licence information for this program can be found in /usr/share/radiuscontext/copyright
.SH AUTHOR
Sean Reifschneider <radiuscontext@tummy.com>
.PP
This manual page was written by David LaBissoniere,
<labisso@debian.org> for the Debian GNU/Linux system
(but may be used by others).