mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Remove unused flag.
This commit is contained in:
parent
962471de48
commit
142370e703
1 changed files with 0 additions and 3 deletions
|
|
@ -62,9 +62,6 @@ pub struct Args {
|
||||||
/// Create read-write/rw snapshots.
|
/// Create read-write/rw snapshots.
|
||||||
#[clap(short = 'w', long = "rw")]
|
#[clap(short = 'w', long = "rw")]
|
||||||
pub read_write: bool,
|
pub read_write: bool,
|
||||||
/// Init the Rusnapshot database and directory structure.
|
|
||||||
#[clap(long = "init")]
|
|
||||||
pub init: bool,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Args {
|
impl Args {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue