This commit is contained in:
brent s 2017-10-05 00:39:29 -04:00
parent a7fb958a2c
commit 20185dea68
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def parseArgs():
liveopts = cfg['DEFAULT']
args = argparse.ArgumentParser(description = 'Synchronization for a remote Arch repository to a local one.',
epilog = ('This program will write a default configuration file to {0} ' +
'if one is not found.'.format(cfgfile)))
'if one is not found.').format(cfgfile))
args.add_argument('-m',
'--mirror',
dest = 'mirror',