From bf1c06d151a192873be3df89e2ace48aa01c5134 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 19 Nov 2024 11:00:16 -0600 Subject: [PATCH] docs: add missing argument in basic_usage.md `files` is necessary for `export`. --- docs/basic_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic_usage.md b/docs/basic_usage.md index 4f0cbc8..66d41e3 100644 --- a/docs/basic_usage.md +++ b/docs/basic_usage.md @@ -22,7 +22,7 @@ A single file can be downloaded with ``` gdrive files download ``` -however, this will only work for files with "binary content" and not Google Docs files. To download files that can be edited with Google Docs it's necessary to use the `gdrive export ` command. +however, this will only work for files with "binary content" and not Google Docs files. To download files that can be edited with Google Docs it's necessary to use the `gdrive files export ` command. ## Downloading directories Downloading a directory is done by the same command as downloading a file, but with the `--recursive` flag: