From 20185dea68257149100df62cdeddfd0483deaf1a Mon Sep 17 00:00:00 2001 From: brent s Date: Thu, 5 Oct 2017 00:39:29 -0400 Subject: [PATCH] oops --- arch/repoclone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/repoclone.py b/arch/repoclone.py index 425af91..a9425ba 100755 --- a/arch/repoclone.py +++ b/arch/repoclone.py @@ -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',