source: trunk/man/arm4_dump.1 @ 704

Revision 512, 1.8 KB checked in by dcarter, 4 years ago (diff)

Merge 0.8 development branch

Line 
1.\" Copyright (c) 2005-2008 David Carter <dcarter@arm4.org> and others.
2.\" All rights reserved.   This program and the accompanying materials
3.\" are made available under the terms of the Eclipse Public License v1.0
4.\" which accompanies this distribution, and is available at
5.\" http://www.eclipse.org/legal/epl-v10.html
6.TH "arm4_dump" 1 "July 2008" "arm4.org" "ARM 4 System Commands"
7.SH NAME
8arm4_dump \- dump the ARM 4 database
9.SH SYNOPSIS
10.B arm4_dump
11\fI\-\-help|\-h\fR
12.br
13.B arm4_dump
14\fI\-\-version|\-V\fR
15.br
16.B arm4_dump
17[\fI\-\-config|\-C config_file\fR] [\fI\-\-archive|\-a archive_directory\fR]
18.SH DESCRIPTION
19The
20.B arm4_dump
21program dumps the \fIARM 4\fR agent database in a human readable format. It
22is intended primarily as a debugging tool and not as a user tool.
23.SH OPTIONS
24.TP
25\fB\-h\fR, \fB\-\-help\fR
26display the command line options.
27.TP
28\fB\-V\fR, \fB\-\-Version\fR
29display the program version and exit.
30.TP
31\fB\-C\fR, \fB\-\-Config\fR \fIconfig_file\fR
32specifies a configuration file for this instance instead of using the default
33configuration file. The default configuration file
34\fI/etc/arm4.conf\fR is used if none is specified.
35.TP
36\fB\-a\fR, \fB\-\-archive\fR \fIarchive_directory\fR
37read an archive created using the
38.B arm4_control
39\fI\-\-archive\fR command.
40.SH "REPORTING BUGS"
41Report bugs at <http://www.arm4.org>
42.SH COPYRIGHT
43Copyright \(co 2005\-2008 David Carter <dcarter@arm4.org> and others.
44.P
45All rights reserved.   This program and the accompanying materials
46are made available under the terms of the Eclipse Public License v1.0
47which accompanies this distribution, and is available at
48http://www.eclipse.org/legal/epl-v10.html
49.SH "SEE ALSO"
50.LP
51.BR arm4_control (1),
52.BR arm4_daemon (1),
53.BR arm4_export (1),
54.BR arm4_report (1),
55.BR arm4.conf (5)
Note: See TracBrowser for help on using the repository browser.