File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ wp gdrive share <path>
275275for 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>
289289for 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
You can’t perform that action at this time.
0 commit comments