From c784d1b6bebe38be73ff37c55fb1f522e38ce7dc Mon Sep 17 00:00:00 2001
From: Justin-p <justin-p@users.noreply.github.com>
Date: Wed, 2 Oct 2019 10:41:42 +0200
Subject: [PATCH] Updated README

---
 README.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 35f79ba..24f0cec 100644
--- a/README.md
+++ b/README.md
@@ -85,13 +85,16 @@ If you connect to the unit via `usb0` (thus using the data port), you might want
 You can use the `scripts/update_pwnagotchi.sh` script to update to the most recent version of pwnagotchi.
 
 ```shell
-Usage: ./update_pwnagitchi.sh [-m | --master] [-c | --commit | --branch] [-bc | --backupconfig] [-rc | --restoreconfig] [-h | --help]
+usage: ./update_pwnagitchi.sh [OPTIONS]
+
+   Options:
+      -v                # Version to update to, can be a branch or commit. (default: master)
+      -u                # Url to clone from. (default: https://github.com/evilsocket/pwnagotchi)
+      -m                # Mode to restart to. (Supported: auto manual; default: auto)
+      -b                # Backup the current pwnagotchi config.
+      -r                # Restore the current pwnagotchi config. -b will be enabled.
+      -h                # Shows this help.             Shows this help.
 
-   -m, --master               Update to the master branch. Used by default.
-   -c, --commit, --branch     Update to the specific commit/branch.
-   -bc, --backupconfig        Backup the current pwnagotchi config.
-   -rc, --restoreconfig       Restore the current pwnagotchi config. -bc will be enabled.
-   -h, --help                 Shows this help.
 ```
 
 ### UI