From 6ca1ed9716d87ca3a419972f723a977ee585a10c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 2 Apr 2023 14:30:53 +0200 Subject: [PATCH] improve --one-file-system help string, fixes #5618 --- src/borg/archiver/create_cmd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver/create_cmd.py b/src/borg/archiver/create_cmd.py index 773632be6..7912314a5 100644 --- a/src/borg/archiver/create_cmd.py +++ b/src/borg/archiver/create_cmd.py @@ -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",