Lines Matching +full:scan +full:- +full:count
6 `mtree -c | mtree -C`
10 metalog_reader.lua [-h] [-a | -c | -p [-count] [-size] [-f...]] [-W...] [-v] metalog-path
15 * `-a` prints all scan results. this is the default option if no option is
17 * `-c` lints the file and gives warnings/errors, including duplication and
19 * `-Wcheck-notagdir` entries with dir type and no tags will be also included
21 * `-p` list all package names found in the file as exactly specified by
23 * `-count` display the number of files of the package
24 * `-size` display the size of the package
25 * `-fsetgid` only include packages with setgid files
26 * `-fsetuid` only include packages with setuid files
27 * `-fsetid` only include packages with setgid or setuid files
28 * `-v` verbose mode
29 * `-h` help page
33 * `metalog_reader.lua -a METALOG`
34 prints all scan results described below. this is the default option
35 * `metalog_reader.lua -c METALOG`
37 * `metalog_reader.lua -c -Wcheck-notagdir METALOG`
40 * `metalog_reader.lua -p METALOG`
42 * `metalog_reader.lua -p -count -size METALOG`
45 * `metalog_reader.lua -p -size -fsetid METALOG`
48 * `metalog_reader.lua -p -fsetuid -fsetgid METALOG`
51 * `metalog_reader.lua -p -count -size -fsetuid METALOG`