Fix typos in README.md

This commit is contained in:
2026-04-18 02:47:04 +01:00
parent d89ffc2e9e
commit e36529509d

View File

@@ -1,13 +1,13 @@
# `recover-pdfs` recovers all PDFs from any kind of disk or filesystem. # `recover-pdfs` recovers all PDFs from any kind of disk or filesystem.
- Did you accidentally delete one or all of your PDF documents? - Did you accidentally delete one or all of your PDF documents?
- Do you need an important PDF bank statement from an old computer, but the 2008 hard-drive doesn't boot? - Do you need an important PDF bank statement from an old computer, but the 2008 hard-drive won't boot?
I built `recover-pdf` as a filesystem-agnostic tool for recovering PDF documents. I built `recover-pdf` as a filesystem-agnostic tool for recovering PDF documents.
It literally looks over every bit of information on your disk and anything that looks It literally looks over every bit of information on your disk and anything that looks
like a PDF gets put into a recovery directory. like a PDF gets put into a recovery directory.
Usage: `recover-pdfs <DISK_OR_IMAGE_FILE> <BACKUP_DIRECTORY` Usage: `recover-pdfs <DISK_OR_IMAGE_FILE> <BACKUP_DIRECTORY>`
DISK_OR_IMAGE_FILE can be replaced with the actual disk device in /dev, e.g. /dev/sda1. DISK_OR_IMAGE_FILE can be replaced with the actual disk device in /dev, e.g. /dev/sda1.
Alternatively, DISK_OR_IMAGE_FILE can be an ISO or any similar image file. Basically Alternatively, DISK_OR_IMAGE_FILE can be an ISO or any similar image file. Basically