1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 06:03:38 +00:00

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

(cherry picked from commit 6ca1ed9716)
This commit is contained in:
Thomas Waldmann 2023-04-02 14:30:53 +02:00 committed by Sasha Boginsky
parent 0067077f7a
commit 8cbaaf6113

View file

@ -3580,7 +3580,8 @@ class Archiver:
fs_group = subparser.add_argument_group('Filesystem options')
fs_group.add_argument('-x', '--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-owner', dest='numeric_ids', action='store_true',
help='deprecated, use ``--numeric-ids`` instead')
fs_group.add_argument('--numeric-ids', dest='numeric_ids', action='store_true',