Update month, minor info print change.

This commit is contained in:
Arun Prakash Jana 2016-04-08 19:45:47 +05:30
parent 7560400921
commit fda91659a9
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB
2 changed files with 2 additions and 2 deletions

2
buku
View File

@ -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)

2
buku.1
View File

@ -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