Revision 904091dd kamaki/cli/__init__.py

b/kamaki/cli/__init__.py
206 206
            print 'The following information will NOT be preserved:'
207 207
            print '\t', '\n\t'.join(lost_terms)
208 208
        print('Kamaki is ready to convert the config file to version 3.0')
209
        stdout.write('Overwrite file %s ? [Y, y] ' % cnf.path)
209
        stdout.write('Create (overwrite) file %s ? [y/N] ' % cnf.path)
210 210
        from sys import stdin
211 211
        reply = stdin.readline()
212 212
        if reply in ('Y\n', 'y\n'):

Also available in: Unified diff