Import of Ekit 0.9h
[old-projects.git] / deptrack / doc / deptrack.1.in
CommitLineData
01e84d69
JL
1.TH DEPTRACK 1 "1 February 2003" "Version @VERSION@" "PHP dependency tracker"
2.SH NAME
3deptrack \- a PHP dependency tracker
4.SH SYNOPSIS
5.B deptrack
6[\fB-h\fR]
7.br
8.B deptrack
9[\fB-d\fR] [\fB-f\fR \fIconfig\fR] \fIroot\fR
10.SH DESCRIPTION
11\fBdeptrack\fR is a script that allows you to analyse the dependencies of a set
12of PHP files and store the results in a MySQL database. Prior to running \fBdeptrack\fR you should have created the tables to store the dependencies and have a configured \fI~/.deptrackrc\fR file.
13.SH OPTIONS
14.IP "\fB-h\fR"
15Display syntax help.
16.IP "\fB-f\fR"
17Use \fIconfig\fR instead of ~/.deptrackrc
18.IP "\fB-d\fR"
19Enable debug mode.
20.SH COPYRIGHT
21Copyright \(co 2002-2003 Jeremy Lainé
22.PP
23This program is free software; you can redistribute it and/or modify it
24under the terms of the GNU General Public License as published by the Free
25Software Foundation; either version 2 of the License, or (at your option)
26any later version.
27