diff --git a/elfo-dumper/src/config.rs b/elfo-dumper/src/config.rs index 1fcb247..d698f05 100644 --- a/elfo-dumper/src/config.rs +++ b/elfo-dumper/src/config.rs @@ -43,6 +43,9 @@ pub struct Config { /// A path to a dump file or template: /// * `path/all.dump` - one file. /// * `path/{class}.dump` - file per class. + /// * `path/{time:}.dump` - file per dump time. The `` + /// refers to the time format as in strftime: + /// (`man strftime(3)`). pub path: DumpPath, /// How often dumpers should write dumps to files. /// `500ms` by default.