fix splash message

master
Avril 4 years ago
parent fc011855f6
commit f9518c6fe6
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,7 +1,7 @@
[package]
name = "sever"
description = "Coerce hardlinks into new files"
version = "1.1.1"
version = "1.1.2"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
readme = "README.org"

@ -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)

Loading…
Cancel
Save