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