From ed272f70bfef385039e23f5f7ff092f75d4e439f Mon Sep 17 00:00:00 2001
From: Mike Jamieson <43796162+mike-jamieson@users.noreply.github.com>
Date: Wed, 25 Sep 2019 19:39:40 -0400
Subject: [PATCH] Update create_sibling.sh
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fix for “dependencies checks” flag option.
---
 scripts/create_sibling.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/create_sibling.sh b/scripts/create_sibling.sh
index 5d7aaa7..e4f0db9 100755
--- a/scripts/create_sibling.sh
+++ b/scripts/create_sibling.sh
@@ -171,7 +171,7 @@ usage: $0 [OPTIONS]
     -o <file> # Name of the img-file (default: pwnagotchi.img)
     -s <size> # Size which should be added to second partition (in Gigabyte) (default: 4)
     -p        # Only run provisioning (assumes the image is already mounted)
-    -p        # Only run dependencies checks
+    -d        # Only run dependencies checks
     -h        # Show this help
 
 EOF