Import of Ekit 0.9h
[old-projects.git] / deptrack / doc / deptrack.1.in
1 .TH DEPTRACK 1 "1 February 2003"  "Version @VERSION@" "PHP dependency tracker"
2 .SH NAME
3 deptrack \- 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
12 of 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"
15 Display syntax help.
16 .IP "\fB-f\fR"
17 Use \fIconfig\fR instead of ~/.deptrackrc
18 .IP "\fB-d\fR"
19 Enable debug mode.
20 .SH COPYRIGHT
21 Copyright \(co  2002-2003 Jeremy LainĂ©
22 .PP
23 This program is free software; you can redistribute it and/or modify it
24 under the terms of the GNU General Public License as published by the Free
25 Software Foundation; either version 2 of the License, or (at your option)
26 any later version.
27