Merge pull request #202 from tim-zju/docsError

symbol is wrong
This commit is contained in:
Brandon Philips 2016-12-20 10:13:31 -08:00 committed by GitHub
commit eb475e1b28
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ below.
| Value | Behavior |
|:------|:---------|
| *unset* | If nothing exists at the given path, an empty directory will be created there. Otherwise, behaves like `exists` |
| `unset` | If nothing exists at the given path, an empty directory will be created there. Otherwise, behaves like `exists` |
| `exists` | If nothing exists at the given path, the pod will fail to run and provide an informative error message |
| `file` | If a file does not exist at the given path, the pod will fail to run and provide an informative error message |
| `device` | If a block or character device does not exist at the given path, the pod will fail to run and provide an informative error message |