Add -V option to the gcutils command
[gc-utils.git] / gcutils.1
blob954bd41f0000921c887a21a33dd51f855e6cd4b5
1 .TH gc\-update 1 "March 1, 2008" "version $VERSION$" "USER COMMANDS"
2 .sh NAME
3 gcutils \- gc\-utils suite
4 .SH SYNOPSIS
5 .B gcutils
6 [ help ] [ COMMAND ]
7 .SH DESCRIPTION
8 gc\-utils is a set of shell scripts that wrap git-cvsimport to simplify the
9 interaction between git repositories and cvs. 
10 .PP
11 The gcutils command is a wrapper over the gc\-* commands that are part of gc\-utils.
12 If no command is given, gcutils shows a list of available commands.
13 .SH OPTIONS
14 .TP
15 help
16 Displays the manual page for the given command
17 .SH EXAMPLES
18 .TP
19 display the manual page for gc\-commit
20 .PP
21 .RS 4
22 .nf
23 gcutils help commit
24 .fi
25 .RE
26 .TP
27 update an repository using the gc command
28 .PP
29 .RS 4
30 .nf
31 gcutils update -v
32 .fi
33 .PP
34 .SH EXIT STATUS
35 Returns the status code of the called gc\-* command or a non zero value if
36 the command doesnot exists
37 .SH AUTHOR
38 David Soria Parra (dsp (at) php.net)
39 .SH SEE ALSO
40 gc\-commit(1), gc\-import(1), gc\-multi-commit(1), gc\-update(1)