add -x flag, common to GNU utilities

it should also probably be --one-file-system for coherence with du(1)
This commit is contained in:
Antoine Beaupré 2015-10-15 12:05:37 -04:00
parent e7f25d7821
commit 4fd06e2634
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ Type "Yes I am sure" if you understand this and want to continue.\n""")
subparser.add_argument('-c', '--checkpoint-interval', dest='checkpoint_interval',
type=int, default=300, metavar='SECONDS',
help='write checkpoint every SECONDS seconds (Default: 300)')
subparser.add_argument('--do-not-cross-mountpoints', dest='dontcross',
subparser.add_argument('-x', '--do-not-cross-mountpoints', dest='dontcross',
action='store_true', default=False,
help='do not cross mount points')
subparser.add_argument('--numeric-owner', dest='numeric_owner',