Add descriptive doc comment to target arg

This commit is contained in:
2026-04-26 16:55:46 +02:00
parent 44f4b100bc
commit c7a9dc5f53

View File

@@ -10,6 +10,7 @@ use zfsbackup::progress::{Progressor, log, terminal};
#[derive(Parser)]
#[command(version, about, long_about = None)]
struct Args {
/// Target dataset for the backup
#[arg(short, default_value = "backup")]
target: String,