mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
clearify doc for same filesystems
# Conflicts:
# src/borg/archiver.py
Original-Commit: d3a2f36b03
This commit is contained in:
parent
179f1bc147
commit
2cdb583879
1 changed files with 1 additions and 1 deletions
|
@ -2136,7 +2136,7 @@ def process_epilog(epilog):
|
|||
fs_group = subparser.add_argument_group('Filesystem options')
|
||||
fs_group.add_argument('-x', '--one-file-system', dest='one_file_system',
|
||||
action='store_true', default=False,
|
||||
help='stay in same file system, do not cross mount points')
|
||||
help='stay in the same file system and do not store mount points of other file systems')
|
||||
fs_group.add_argument('--numeric-owner', dest='numeric_owner',
|
||||
action='store_true', default=False,
|
||||
help='only store numeric user and group identifiers')
|
||||
|
|
Loading…
Reference in a new issue