diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2014-08-07 08:46:28 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2014-08-07 08:46:28 -0400 |
commit | 4ae9b024754bf2b7e2d3fbcc80333acf47724b5a (patch) | |
tree | 8f58f188374a96690a4659aec33898789bb0e0ad | |
parent | 218483e9b308c4f4e6ecee0fe9dd522f40269630 (diff) | |
download | ur_upgrade-4ae9b024754bf2b7e2d3fbcc80333acf47724b5a.tar.gz |
README.md edited online with Bitbucket
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ###
|