commit f22edd1bf1b7a1f745a07598b633c819800fa0dc Author: ilv ilv@users.noreply.github.com Date: Wed Feb 11 20:02:15 2015 -0300
Fixed typos --- upload/fetch_latest_torbrowser.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/upload/fetch_latest_torbrowser.py b/upload/fetch_latest_torbrowser.py index 3aea7bc..4bdb709 100644 --- a/upload/fetch_latest_torbrowser.py +++ b/upload/fetch_latest_torbrowser.py @@ -37,8 +37,8 @@ def main():
Fetch the latest version of Tor Browser and upload it to the supported providers (e.g. Dropbox). Ideally, this script should be executed with - a cron in order to automate of updating the files served by GetTor when - a new version of Tor Browser is released. + a cron in order to automate the updating of the files served by GetTor + when a new version of Tor Browser is released.
Usage: python2.7 fetch.py --os=<OS> --lc=<LC>
@@ -51,7 +51,7 @@ def main(): $ python2.7 fetch.py --os=linux
Fetch Tor Browser only for Windows and in US English: - $ python2.7 fetch.py --os=windows --lc=en-EN + $ python2.7 fetch.py --os=windows --lc=en-US
Fetch Tor Browser for all platforms, but only in Spanish: $ python2.7 fetch.py --lc=es-ES
tor-commits@lists.torproject.org