This file is indexed.

/usr/share/perl5/FCM/CLI/fcm-project-create.pod is in fcm 2017.10.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=head1 NAME

fcm project-create

=head1 SYNOPSIS

Creates a new project in a repository.

    fcm project-create [OPTIONS] PROJECT-NAME REPOS-ROOT-URL

=head1 ARGUMENTS

PROJECT-NAME is a valid name of a project for the given repository.

=head1 OPTIONS

=over 4

=item --non-interactive

Do no interactive prompting. This option implies --svn-non-interactive.

=item --password=PASSWORD

Specify a password for write access to the repository.

=item --svn-non-interactive

Do no interactive prompting at commit time. This option is implied by
--non-interactive.

=back

=cut