diff --git a/buku b/buku index e04232d..73b4ae2 100755 --- a/buku +++ b/buku @@ -133,7 +133,7 @@ def moveOldDatabase(): os.makedirs(newdbpath) shutil.move(olddbfile, newdbfile) - print("Database was moved from old (%s) to new (%s) location" % (olddbfile, newdbfile)) + print("Database was moved from old (%s) to new (%s) location.\n" % (olddbfile, newdbfile)) os.rmdir(olddbpath) diff --git a/buku.1 b/buku.1 index 17b984e..4639284 100644 --- a/buku.1 +++ b/buku.1 @@ -1,4 +1,4 @@ -.TH "BUKU" "8" "Mar 2016" "Version 1.9" "User Commands" +.TH "BUKU" "8" "Apr 2016" "Version 1.9" "User Commands" .SH NAME buku \- A private cmdline bookmark manager. Your mini web! .SH SYNOPSIS