diff --git a/prebuilt-x86-64-linux/lndups b/prebuilt-x86-64-linux/lndups index 2cc970c..06531d9 100755 Binary files a/prebuilt-x86-64-linux/lndups and b/prebuilt-x86-64-linux/lndups differ diff --git a/src/main.rs b/src/main.rs index 47638d4..ffeccc0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,7 @@ struct Config { #[derive(StructOpt)] #[structopt( - about="Hardlink duplicate files recursively", + about="Hardlink duplicate files recursively\nSymlinks are treated as normal files", usage=concat!(env!("CARGO_PKG_NAME"), " [OPTION]... TARGET... ['", s_default_target_separator!(), "' TARGET...]") )] struct CLIArguments { @@ -50,7 +50,7 @@ struct CLIArguments { dry_run: bool, #[structopt(short="i", - help="Prompt once before operating\nNever occurs if no targets are provided")] + help="Prompt once before operating\nDoesn't occurs if no targets are provided")] prompt: bool, #[structopt(short, long, value_name="VALUE",