oops
This commit is contained in:
parent
a7fb958a2c
commit
20185dea68
@ -100,7 +100,7 @@ def parseArgs():
|
|||||||
liveopts = cfg['DEFAULT']
|
liveopts = cfg['DEFAULT']
|
||||||
args = argparse.ArgumentParser(description = 'Synchronization for a remote Arch repository to a local one.',
|
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} ' +
|
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',
|
args.add_argument('-m',
|
||||||
'--mirror',
|
'--mirror',
|
||||||
dest = 'mirror',
|
dest = 'mirror',
|
||||||
|
Loading…
Reference in New Issue
Block a user