Skip to content

Commit 30423b5

Browse files
Update README.md
1 parent dd5209e commit 30423b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ wp gdrive share <path>
275275
for example , get download link /backup/wp.zip file:
276276

277277
```
278-
wp gdrive share /backup/.zip
278+
wp gdrive share /backup/wp.zip
279279
```
280280

281281
### Private a files or folder
@@ -289,7 +289,7 @@ wp gdrive private <path>
289289
for example , disable download link /backup/wp.zip file:
290290

291291
```
292-
wp gdrive private /backup/.zip
292+
wp gdrive private /backup/wp.zip
293293
```
294294

295295
### List of files and folder in trash
@@ -340,19 +340,19 @@ wp gdrive about
340340
wp gdrive upload <path> [<UploadTo>] [--name=<file_name>] [--zip] [--force]
341341
```
342342

343-
<path>
343+
path
344344
: The path of file or folder for Upload.
345345

346-
[<UploadTo>]
346+
UploadTo
347347
: The path dir where the file will be saved in Google Drive.
348348

349-
[--name=<file_name>]
349+
--name=<file_name>
350350
: New file name to save.
351351

352-
[--zip]
352+
--zip
353353
: Create Zip file before uploading.
354354

355-
[--force]
355+
--force
356356
: Force upload even if it already exists.
357357

358358

0 commit comments

Comments
 (0)