source: LMDZ6/branches/Amaury_dev/tools/fcm/lib/FCM/CLI/fcm-extract.pod @ 5129

Last change on this file since 5129 was 5129, checked in by abarral, 8 weeks ago

Re-add removed by mistake fcm

File size: 1.1 KB
Line 
1=head1 NAME
2
3fcm extract (ext)
4
5=head1 SYNOPSIS
6
7Invokes the deprecated FCM 1 extract system.
8
9    fcm extract [OPTIONS] [CFGFILE]
10
11=head1 ARGUMENTS
12
13The path to a CFG file may be provided. Otherwise, the extract system searches
14the default locations for an ext cfg file.
15
16=head1 OPTIONS
17
18=over 4
19
20=item --clean
21
22Clean the destination.
23
24=item --full, -f
25
26Run in full mode. If the option for full extract is specified, the
27sub-directories created by previous extracts will be removed, so that the
28current extract can start cleanly.
29
30=item --ignore-lock
31
32Ignore lock file. When an extract is invoked, it sets up a lock file in the
33extract root directory.  The lock is normally removed at the end of the extract.
34While the lock file is in place, the extract commands invoked in the same root
35directory will fail. If you need to bypass this check for whatever reason, you
36can invoke the extract system with this option.
37
38=item --verbose=N, -v N
39
40Specify the verbosity level. If specified, the verbosity level must be an
41integer greater than 0. Verbosity level 0 is the quiet mode. Increasing the
42verbosity level will increase the amount of diagnostic output.
43
44=back
45
46=cut
Note: See TracBrowser for help on using the repository browser.