Help hinzugefügt

Patrick Neumann 2024-07-11 17:01:04 +00:00
commit 4066232a44

11
Help.md Normal file

@ -0,0 +1,11 @@
```
$ ./fatlister.py --help
usage: fatlister.py [-h] [-o OFFSET] [-f FILE] image
positional arguments:
image raw image file (esp.: image.dd)
optional arguments:
-h, --help show this help message and exit
-o OFFSET, --offset OFFSET
offset in sectors (default=0)
-f FILE, --file FILE output file (default="")
```