mirror of
https://github.com/oliverbooth/fdup.git
synced 2024-11-09 23:25:42 +00:00
style: reword --recursive flag description
This commit is contained in:
parent
dd683c2bf3
commit
01e06a46cf
@ -11,7 +11,7 @@ internal sealed class ListSettings : CommandSettings
|
|||||||
public string InputPath { get; set; } = ".";
|
public string InputPath { get; set; } = ".";
|
||||||
|
|
||||||
[CommandOption("-r|--recursive")]
|
[CommandOption("-r|--recursive")]
|
||||||
[Description("When this flag is set, the directory will be scanned recursively. This may take longer.")]
|
[Description("Scans the directory recursively. This may increase run time and is not advised to use when at high order directories such as C: or /")]
|
||||||
[DefaultValue(false)]
|
[DefaultValue(false)]
|
||||||
public bool Recursive { get; set; } = false;
|
public bool Recursive { get; set; } = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user