From 3aee04e92548fbdbba81dd61ee2f48961decb296 Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Sun, 31 Dec 2023 23:24:27 -0600 Subject: [PATCH] Put quotations around path Put quotations around the path in usage in case the path has spaces. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e70c8e9..749f697 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For Windows or Linux, alternatively use the [binary builds](https://github.com/K ## Usage ``` -Usage: python -m triangle_check /path/to/iTunes_backup [backup_password] +Usage: python -m triangle_check "/path/to/iTunes_backup" [backup_password] ``` ### iTunes backup location