source: LMDZ6/branches/Amaury_dev/tools/fcm/lib/FCM/CLI/fcm-browse.pod

Last change on this file was 5129, checked in by abarral, 5 months ago

Re-add removed by mistake fcm

File size: 646 bytes
Line 
1=head1 NAME
2
3fcm browse (trac www)
4
5=head1 SYNOPSIS
6
7Invokes the browser for a version controlled target.
8
9    fcm browse [OPTIONS] [TARGET ...]
10
11=head1 ARGUMENTS
12
13If TARGET is specified, it must be a FCM URL keyword, a Subversion URL or the
14path to a local working copy. If not specified, the current working directory
15is assumed to be a working copy. If the --browser option is specified, the
16specified web browser command is used to launch the repository browser.
17Otherwise, it attempts to use the default browser from the configuration
18setting.
19
20=head1 OPTIONS
21
22=over 4
23
24=item --browser=COMMAND
25
26Specify the web browser command.
27
28=back
29
30=cut
Note: See TracBrowser for help on using the repository browser.