docs(help): dirs cannot be dumped #4

This commit is contained in:
Christoph J. Scherr 2024-05-23 14:55:03 +02:00
parent fb145a7ff4
commit 7929b0af2f
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ pub struct Cli {
/// a data source, probably a file. /// a data source, probably a file.
/// ///
/// If left empty or set as "-", the program will read from stdin. /// If left empty or set as "-", the program will read from stdin.
///
/// Directories cannot be dumped.
pub data_source: Vec<String>, pub data_source: Vec<String>,
} }