From 2cdb5838797a78fb460898e83202ec28f8275256 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Sun, 12 Feb 2017 17:18:08 +0100 Subject: [PATCH] clearify doc for same filesystems # Conflicts: # src/borg/archiver.py Original-Commit: d3a2f36b03 --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 38437b234..bca7a04c5 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2136,7 +2136,7 @@ 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', 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')