From 63a1e4d4475335c315f8becd127ee9609e99dbaa Mon Sep 17 00:00:00 2001 From: Sora Date: Sun, 12 Nov 2023 17:04:55 +0100 Subject: [PATCH] hmmmm --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6994f29..1c9e9b6 100644 --- a/main.py +++ b/main.py @@ -30,7 +30,7 @@ def arguments_parser(): 'and can also contains the BackandUp own configuration.') parser.add_argument('--composefile', action='store', default='./docker-compose.yml', help='compose file to parse. By default it looks for a docker-compose.yml in its folder.') - parser.add_argument('--sshfolder', action='store', default=f'{os.path.expanduser( '~' )}/.ssh', + parser.add_argument('--sshfolder', action='store', default=f"{os.path.expanduser('~')}/.ssh", help='ssh folder for sftp connection. By default it uses ~/.ssh.') parser.add_argument('-x', '--bindexclude', action='store', default=None, help='Patterns of volume or bind to exclude from the backup.')