pub const HELP: &str = "
Rust duplicate file finder.
Simple program to find and remove duplicated files in a filesystem.
USAGE:
duplicate-finder [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information.
-n, --no-progress Disables progress bar.
-v, --version Prints version information.
OPTIONS:
-o, --output=OUTPUT Output type, `plain` and `json` are available, `plain` is default.
-p, --path=PATH Sets path to process.";