Add descriptive doc comment to target arg
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user