incl./excl. options, path-from-stdin exclusiveness
@@ -351,7 +351,7 @@ def define_exclude_and_patterns(add_option, *, tag_files=False, strip_components
def define_exclusion_group(subparser, **kwargs):
- exclude_group = subparser.add_argument_group("Exclusion options")
+ exclude_group = subparser.add_argument_group("Include/Exclude options")
define_exclude_and_patterns(exclude_group.add_argument, **kwargs)
return exclude_group
@@ -802,7 +802,8 @@ class CreateMixIn:
subparser.add_argument(
"--paths-from-stdin",
action="store_true",
- help="read DELIM-separated list of paths to back up from stdin. Will not " "recurse into directories.",
+ help="read DELIM-separated list of paths to back up from stdin. All control is external: it will back"
+ " up all files given - no more, no less.",
)
"--paths-from-command",