Skip to content

Commit

Permalink
small update to fix recursive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Harvey committed Dec 19, 2018
1 parent e8ff76c commit 5cfbf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fundamentals/getting_data_into_pachyderm.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ HTTP(S) or object store URL, `s3://`, `gcs://`, and `as://`) by using the
recursive flag, `-r`:

```sh
$ pachctl put-file <repo> <branch> -r <dir>
$ pachctl put-file <repo> <branch> -r -f <dir>
```

### Pachyderm Language Clients
Expand Down

0 comments on commit 5cfbf6d

Please sign in to comment.