summary refs log tree commit diff stats
path: root/results/scraper/fex/4281
blob: 0b1bd985d325285116810294b791de8844ae0a09 (plain) (blame)
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
The logic to check unsquashfs might be wrong
I can see in the codebase that `--help` is used to check.

however:

```
unsquashfs --help
unsquashfs: --help is an invalid option

Run
  "unsquashfs -help-option <regex>" to get help on all options
matching <regex>

Or run
  "unsquashfs -help-section <section-name>" to get help on these sections
        SECTION NAME            SECTION
        extraction              Filesystem extraction (filtering)
                                options:
        information             Filesystem information and listing
                                options:
        xattrs                  Filesystem extended attribute
                                (xattrs) options:
        runtime                 Unsquashfs runtime options:
        help                    Help options:
        misc                    Miscellaneous options:
        environment             Environment:
        exit                    Exit status:
        extra                   See also (extra information
                                elsewhere):
        decompressors           Decompressors available:

Or run
  "unsquashfs -help-all" to get help on all the sections
~ [1]$
```

I compiled squashfs tools with commit f77b633f3a5bfb3e199286deed037b1c7f03ba91 ffom https://github.com/plougher/squashfs-tools.git