Skip to content

Commit

Permalink
README: clearly indicate need for drive context with push (#1095)
Browse files Browse the repository at this point in the history
Fixes #1063
  • Loading branch information
thomp authored Aug 23, 2020
1 parent b868c96 commit a42ab82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ Like `pull`, you can run it without any arguments to push all of the files from
drive push -depth 1 head-folders
```
`drive push path` expects the path to be within the context of the drive. If the drive is locally at `~/grdrive`, `drive push ~/xyz.txt` may not execute as desired. Each path should reference a file or directory under the root directory of the mounted directory.
You can also push multiple paths that are children of the root of the mounted drive to a destination,
in relation to issue #612, using key `-destination`:
Expand Down

0 comments on commit a42ab82

Please sign in to comment.