Fix typo.

This commit is contained in:
Arun Prakash Jana 2016-04-18 20:42:33 +05:30
parent aba796e99e
commit 459ed27a22
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
-D delete ALL bookmarks
-e show bookmarks with empty titles or no tags
-i N insert new bookmark at free DB index N
-j show result in Json format
-j show results in Json format
-k decrypt (unlock) database file
-l encrypt (lock) database file
-o N open URL at DB index N in browser

2
buku
View File

@ -981,7 +981,7 @@ def usage():
print(" -D delete ALL bookmarks")
print(" -e show bookmarks with empty titles or no tags")
print(" -i N insert new bookmark at free DB index N")
print(" -j show result in Json format")
print(" -j show results in Json format")
print(" -k decrypt (unlock) database file")
print(" -l encrypt (lock) database file")
print(" -o N open URL at DB index N in browser")