Fix typo.
This commit is contained in:
parent
aba796e99e
commit
459ed27a22
@ -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
2
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user