source: OFFICIAL/FCM_V1.5/lib/Fcm/CLI/fcm-commit.pod @ 12

Last change on this file since 12 was 12, checked in by ymipsl, 14 years ago

ajout FCM
YM

File size: 492 bytes
Line 
1=head1 NAME
2
3fcm commit (ci)
4
5=head1 SYNOPSIS
6
7    fcm commit [OPTIONS] [PATH ...]
8
9Send changes from your working copy to the repository. Invoke your favourite
10editor to prompt you for a commit log message. Update your working copy
11following the commit.
12
13=head1 OPTIONS
14
15=over 4
16
17=item --dry-run
18
19Allows you to add to the commit message without committing.
20
21=item --svn-non-interactive
22
23Do no interactive prompting at commit time.
24
25=item --password arg
26
27Specify a password ARG.
28
29=back
30
31=cut
Note: See TracBrowser for help on using the repository browser.