diff --git a/README.md b/README.md index 1e7989d..dd5dd03 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/buku b/buku index 1b0c92a..963c7c3 100755 --- a/buku +++ b/buku @@ -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")