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",