diff --git a/src/options/help.rs b/src/options/help.rs index 2813dd6f7d03da960c3f2d2c16661a454f8f848c..ce7e15ae0030008351c9b8687429aa8a8957eaaa 100644 --- a/src/options/help.rs +++ b/src/options/help.rs @@ -58,13 +58,13 @@ static EXTENDED_HELP: &str = r##" -@, --extended list each file's extended pub struct HelpString { /// Only show the help for the long section, not all the help. - pub only_long: bool, + only_long: bool, /// Whether the --git option should be included in the help. - pub git: bool, + git: bool, /// Whether the --extended option should be included in the help. - pub xattrs: bool, + xattrs: bool, } impl HelpString {