From ac1e5c29d3e383229078e2228634b7c40bf57c3a Mon Sep 17 00:00:00 2001 From: tek Date: Mon, 28 Mar 2022 15:38:20 +0200 Subject: [PATCH] Clarifies the backup path needed in the documentation --- docs/android/backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/android/backup.md b/docs/android/backup.md index cdc6bd9..6779a8e 100644 --- a/docs/android/backup.md +++ b/docs/android/backup.md @@ -52,4 +52,4 @@ If the backup is encrypted, ABE will prompt you to enter the password. Alternatively, [ab-decrypt](https://github.com/joernheissler/ab-decrypt) can be used for that purpose. -You can then extract SMSs containing links with MVT by passing the folder path as parameter instead of the `.ab` file: `mvt-android check-backup --output /path/to/results/ /path/to/backup/`. +You can then extract SMSs containing links with MVT by passing the folder path as parameter instead of the `.ab` file: `mvt-android check-backup --output /path/to/results/ /path/to/backup/` (the path to backup given should be the folder containing the `apps` folder).