This commit is contained in:
daniele 2023-06-19 16:00:21 +02:00
parent dd779d242b
commit 4701ee0b05
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

@ -581,7 +581,7 @@ def _parse_arguments():
help='Specify options for rsync')
parser.add_argument('--remote-sudo', action='store_true', help='Run rsync on remote server with sudo if allowed')
parser.add_argument('--numeric-ids', action='store_true',
help='Use rsync \'--numeric-ids\' option (don\'t map uid/gid values by name')
help='Use rsync \'--numeric-ids\' option (don\'t map uid/gid values by name)')
args = parser.parse_args()