help information edited
This commit is contained in:
parent
92cf7b6f83
commit
15b98ff5aa
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue