diff --git a/src/main.rs b/src/main.rs index 310c599..eabeaf7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ struct Args { 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) - #[clap(short, long)] + #[clap(long)] single_directory: bool }