From 979aa2c1c6f814471814bf139e7c89d5a22b65a5 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Sun, 15 Nov 2015 12:01:49 -0700 Subject: [PATCH] Add new options to readme --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8ca18e3..a67da20 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,8 @@ would upload `report.txt` to the `docs` folder in the Dropbox account. * `-r` Force re-authorization with Dropbox * `-c` Force chunked uploading * `-b` Display progress in bytes instead of percentage when using chunked uploading - +* `-q` Suppress all output (except errors) +* `-n` Suppress progress reporting during chunked uploading ### Authorization @@ -39,7 +40,7 @@ If you specify the `-c` option, you can also use the `-b` option to specify that ### Installation -If you're not into building the project from source, you can download the latest release [as a .zip](https://github.com/hartez/PneumaticTube/releases/download/1.0.2/PneumaticTube.zip). Or, if you're a [chocolatey](https://chocolatey.org/) user, it's also available as a [package](https://chocolatey.org/packages/pneumatictube.portable). Just run `choco install pneumatictube.portable` and you should be good to go. +If you're not into building the project from source, you can download the [latest release](https://github.com/hartez/PneumaticTube/releases) as a `.zip`. Or, if you're a [chocolatey](https://chocolatey.org/) user, it's also available as a [package](https://chocolatey.org/packages/pneumatictube.portable). Just run `choco install pneumatictube.portable` and you should be good to go. ### Notes