aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1cc5d5b..186100d 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,11 @@
This script attempts to perform an inline 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.
+`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]
UR_DIR
@@ -19,6 +20,7 @@ optional arguments:
--latest Upgrade to the latest (stable) version
--request REQUEST Upgrade to a specific version
--mirror MIRROR Use a Ureka download mirror
+```
### License ###