From 1b414c737e8bd0849a1788c6546d1378a8553a7f Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 15 May 2020 01:22:53 +0200 Subject: Fix arg formatting --- src/args.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/args.rs b/src/args.rs index ea4e90f..daf32c9 100644 --- a/src/args.rs +++ b/src/args.rs @@ -89,7 +89,8 @@ struct CLIArgs { enable_tar: bool, /// Enable zip archive generation - /// Zipping large directories can result in out-of-memory exception + /// + /// WARNING: Zipping large directories can result in out-of-memory exception /// because zip generation is done in memory and cannot be sent on the fly #[structopt(short = "z", long = "enable-zip")] enable_zip: bool, -- cgit v1.2.3