From 93b01f27cdff7c9a4ba268568ed3135855381ace Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 23 May 2024 14:55:03 +0200 Subject: [PATCH] docs(help): dirs cannot be dumped #4 --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 06bdb5c..fdd4db9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -55,6 +55,8 @@ pub struct Cli { /// a data source, probably a file. /// /// If left empty or set as "-", the program will read from stdin. + /// + /// Directories cannot be dumped. pub data_source: Vec, }