aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/args.rs3
1 files changed, 2 insertions, 1 deletions
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,