From f9518c6fe6ece943cc196fa15f9d3b83e60568d9 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 7 Oct 2020 06:35:49 +0100 Subject: [PATCH] fix splash message --- Cargo.toml | 2 +- src/splash.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 959ba1a..690467f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sever" description = "Coerce hardlinks into new files" -version = "1.1.1" +version = "1.1.2" authors = ["Avril "] edition = "2018" readme = "README.org" diff --git a/src/splash.rs b/src/splash.rs index 55b2bb0..cd62551 100644 --- a/src/splash.rs +++ b/src/splash.rs @@ -60,7 +60,7 @@ Made by {} with <3 (Licensed GPL 3.0 or later)"#, arg::program_name(), env!("CAR feature!(on "limit-concurrency", "Concurrency is capped"); feature!(off "threads", "\tUsing thread-pool"); feature!(on "recursive", "\tRecursivly process files up to {} directories deep", recurse::MAX_DEPTH); - feature!(on "limit-recursion", "Concurrency is capped"); + feature!(on "limit-recursion", "Recusrion depth is capped"); feature!(off "paranoid-dedup", "Use SHA256 for argument dedup instead of basic hashing"); std::process::exit(1)