Main: Remove short argument version for single_directory
The -s specifying is too ambigous for a debug flag and can easily clash with other flags.
This commit is contained in:
parent
fe10bdde7d
commit
279dc41175
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ struct Args {
|
||||||
jobs: u8,
|
jobs: u8,
|
||||||
|
|
||||||
/// If the path argument should be used to check all files in a directory it points to instead of a restic repository (use for testing)
|
/// If the path argument should be used to check all files in a directory it points to instead of a restic repository (use for testing)
|
||||||
#[clap(short, long)]
|
#[clap(long)]
|
||||||
single_directory: bool
|
single_directory: bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue