From 8f5194c7154b20965250f6333226a18e225647dd Mon Sep 17 00:00:00 2001 From: Javier Blazquez Date: Tue, 20 Sep 2016 16:03:22 -0700 Subject: Added --description option --- README.md | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9a1428e..c031d4d 100644 --- a/README.md +++ b/README.md @@ -195,15 +195,16 @@ global: --access-token Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users) options: - -r, --recursive Upload directory recursively - -p, --parent Parent id, used to upload file to a specific directory, can be specified multiple times to give many parents - --name Filename - --no-progress Hide progress - --mime Force mime type - --share Share file - --delete Delete local file when upload is successful - --timeout Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300 - --chunksize Set chunk size in bytes, default: 8388608 + -r, --recursive Upload directory recursively + -p, --parent Parent id, used to upload file to a specific directory, can be specified multiple times to give many parents + --name Filename + --description File description + --no-progress Hide progress + --mime Force mime type + --share Share file + --delete Delete local file when upload is successful + --timeout Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300 + --chunksize Set chunk size in bytes, default: 8388608 ``` #### Upload file from stdin @@ -216,12 +217,13 @@ global: --access-token Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users) options: - -p, --parent Parent id, used to upload file to a specific directory, can be specified multiple times to give many parents - --chunksize Set chunk size in bytes, default: 8388608 - --mime Force mime type - --share Share file - --timeout Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300 - --no-progress Hide progress + -p, --parent Parent id, used to upload file to a specific directory, can be specified multiple times to give many parents + --chunksize Set chunk size in bytes, default: 8388608 + --description File description + --mime Force mime type + --share Share file + --timeout Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300 + --no-progress Hide progress ``` #### Update file, this creates a new revision of the file @@ -234,12 +236,13 @@ global: --access-token Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users) options: - -p, --parent Parent id, used to upload file to a specific directory, can be specified multiple times to give many parents - --name Filename - --no-progress Hide progress - --mime Force mime type - --timeout Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300 - --chunksize Set chunk size in bytes, default: 8388608 + -p, --parent Parent id, used to upload file to a specific directory, can be specified multiple times to give many parents + --name Filename + --description File description + --no-progress Hide progress + --mime Force mime type + --timeout Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300 + --chunksize Set chunk size in bytes, default: 8388608 ``` #### Show file info @@ -265,7 +268,8 @@ global: --access-token Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users) options: - -p, --parent Parent id of created directory, can be specified multiple times to give many parents + -p, --parent Parent id of created directory, can be specified multiple times to give many parents + --description Directory description ``` #### Share file or directory -- cgit v1.2.3