Remove unused flag.

This commit is contained in:
Eduard Tolosa 2024-02-05 03:30:37 -05:00
parent 962471de48
commit 142370e703

View file

@ -62,9 +62,6 @@ pub struct Args {
/// Create read-write/rw snapshots.
#[clap(short = 'w', long = "rw")]
pub read_write: bool,
/// Init the Rusnapshot database and directory structure.
#[clap(long = "init")]
pub init: bool,
}
impl Args {