aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2014-08-07 16:48:10 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2014-08-07 16:48:10 -0400
commit386c50c24bedf0a49316398f27104cda4479ea7b (patch)
treed706b848f449ec6032f2dbd44b7cb9e98fd8e22a
parentfcd224e29ceb9ca41d75a2e6465e6276ca102282 (diff)
downloadur_upgrade-386c50c24bedf0a49316398f27104cda4479ea7b.tar.gz
Add additional arguments to Usage
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3c9556..5ef1926 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
# README #
-This script attempts to perform an inline upgrade of an *existing* Ureka installation.
+This script attempts to perform an in-line upgrade of an *existing* Ureka installation.
`ur_upgrade` may be useful if you have invested time customizing your environment, and are wary of installing the latest version manually.
### Usage ###
```
-usage: ur_upgrade.py [-h] [--latest] [--request REQUEST] [--mirror MIRROR]
+usage: ur_upgrade.py [-h] [--list-available] [--latest] [--request REQUEST]
+ [--mirror MIRROR] [--no-backup] [--backup-dir] [--force]
UR_DIR
Ureka Upgrade Utility
@@ -17,9 +18,13 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
+ --list-available List available releases
--latest Upgrade to the latest (stable) version
--request REQUEST Upgrade to a specific version
--mirror MIRROR Use a Ureka download mirror
+ --no-backup Do not backup existing installation
+ --backup-dir Alternative backup storage location
+ --force Ignore version checking
```
### License ###