1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 12:45:34 +00:00

improve --one-file-system help string, fixes #5618

This commit is contained in:
Thomas Waldmann 2023-04-02 14:30:53 +02:00
parent dfef2b9092
commit 6ca1ed9716
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -819,7 +819,8 @@ def build_parser_create(self, subparsers, common_parser, mid_common_parser):
"--one-file-system",
dest="one_file_system",
action="store_true",
help="stay in the same file system and do not store mount points of other file systems. This might behave different from your expectations, see the docs.",
help="stay in the same file system and do not store mount points of other file systems - "
"this might behave different from your expectations, see the description below.",
)
fs_group.add_argument(
"--numeric-ids",