summaryrefslogtreecommitdiff
path: root/support/pkgcheck/src/messages/fatald.rs
blob: b41cab83b10ec5bd1c80ab4c698b9575f46c5a17 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// This file is generated by a Perl script. The source is
// in the docs/ directory of the repository.

pub fn f0001d() {
    println!(
        r#"
F0001 -- Specify a directory to check (use option -d)

pkgcheck was called without any options. Use option -d to check a
directory
"#
    )
}

pub fn f0002d() {
    println!(
        r#"
F0002 -- Specified directory does not exist. Exiting...

The directory specified at the command line does not exit.
"#
    )
}

pub fn f0003d() {
    println!(
        r#"
F0003 -- Specified TDS archive does not exist or is no file

Specify a valid TDS zip archive when calling pkgcheck
"#
    )
}

pub fn f0004d() {
    println!(
        r#"
F0004 -- The file specified as TDS archive is no zip archive

Specify a valid TDS zip archive when calling pkgcheck
"#
    )
}

pub fn f0005d() {
    println!(
        r#"
F0005 -- Bad file name for the zip archive

pkgcheck detected that the file name of the TDS zip archive doesn't end
with .tds.zip
"#
    )
}

pub fn f0006d() {
    println!(
        r#"
F0006 -- Unknown error code specified with option -e resp. ---explain. Exiting...

pkgcheck was called with option -e resp. --explain, and an unknown error
code was specified.
"#
    )
}