Update installer/src/lib.rs

Co-authored-by: Will Greenberg <willg@eff.org>
This commit is contained in:
Markus Unterwaditzer
2026-02-22 17:48:54 +01:00
committed by Will Greenberg
parent 3e38f500a9
commit d8da6118da

View File

@@ -89,7 +89,8 @@ struct InstallTpLink {
reset_config: bool,
/// Override the data directory path. Defaults to /cache/rayhunter-data (or SD card path when
/// SD card is used). Must not be /data/rayhunter.
/// SD card is used). Must not be /data/rayhunter, which lives on a storage partition that's
/// too small for normal Rayhunter operation.
#[arg(long)]
data_dir: Option<String>,
}