Skip to content

Commit

Permalink
README: Mention handler configurations explicitly in footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Sep 7, 2022
1 parent 441126a commit f0c0692
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ configuration objects. Each handler supports the following options:
| `success_dir` | `_/success` | Path[^pathdirs] to directory into which successfully handled files are moved. |
| `failure_dir` | `_/failure` | Path[^pathdirs] to directory for files for which the command failed persistently. |

[^pathdirs]: Relative paths are interpreted relative to the `path` option.
Absolute paths are also supported. Directories beneath `path` are
automatically created if necessary. All paths for a handler must reside on
the same filesystem for atomic file moves.
[^pathdirs]: Relative paths in handler configurations are interpreted relative
to the `path` option. Absolute paths are also supported. Directories beneath
`path` are automatically created if necessary. All paths for a handler must
reside on the same filesystem for atomic file moves.


## Handler command
Expand Down

0 comments on commit f0c0692

Please sign in to comment.