diff --git a/pubs/commands/add_cmd.py b/pubs/commands/add_cmd.py index 39d0b0c..148bdf6 100644 --- a/pubs/commands/add_cmd.py +++ b/pubs/commands/add_cmd.py @@ -129,7 +129,7 @@ def command(args): if args.copy: if ui.input_yn('{} has been copied into pubs; should the original be removed?'.format(color.dye(docfile, color.bold))): content.remove_file(docfile) - ui.print_('{}\nwas added to pubs.'.format(pretty.paper_oneliner(p))) + ui.print_('added to pubs:\n{}'.format(pretty.paper_oneliner(p))) except ValueError as v: ui.error(v.message) ui.exit(1)