Update help on delete.

This commit is contained in:
Arun Prakash Jana 2016-04-20 21:27:53 +05:30
parent a051cdc8be
commit ad06a67c53
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB
2 changed files with 5 additions and 7 deletions

View File

@ -121,7 +121,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
General options General options
-a URL [tags] add URL as bookmark with comma separated tags -a URL [tags] add URL as bookmark with comma separated tags
-d N delete entry at DB index N (from -p 0) -d N delete entry at DB index N (from -p 0), N=0 deletes all
-g list all tags alphabetically -g list all tags alphabetically
-m title manually specify the title, for -a, -i, -u -m title manually specify the title, for -a, -i, -u
-s keyword(s) search bookmarks for any keyword -s keyword(s) search bookmarks for any keyword
@ -130,7 +130,6 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
-w fetch title from web, for -a, -i, -u -w fetch title from web, for -a, -i, -u
Power toys Power toys
-D delete ALL bookmarks
-e show bookmarks with empty titles or no tags -e show bookmarks with empty titles or no tags
-i N insert new bookmark at free DB index N -i N insert new bookmark at free DB index N
-j show results in Json format -j show results in Json format
@ -195,7 +194,7 @@ This operation does not modify the indexes, URLs or tags. Only titles, if non-em
The last index is moved to the deleted index to keep the DB compact. The last index is moved to the deleted index to keep the DB compact.
6. **Delete all** bookmarks: 6. **Delete all** bookmarks:
$ buku -D $ buku -d 0
7. List **all unique tags** alphabetically: 7. List **all unique tags** alphabetically:
$ buku -g $ buku -g

7
buku.1
View File

@ -48,9 +48,8 @@ along with comma separated tags. A tag can have multiple words. The same URL can
Delete bookmark at index Delete bookmark at index
.I N .I N
in DB (from -p 0 output). The last record is moved to the removed index. in DB (from -p 0 output). The last record is moved to the removed index.
.TP .I N
.B \-D = 0 deletes all records from DB.
Delete ALL bookmarks.
.TP .TP
.B \-e .B \-e
Show all bookmarks with empty titles or no tags (for bookkeeping). Show all bookmarks with empty titles or no tags (for bookkeeping).
@ -193,7 +192,7 @@ The last index is moved to the deleted index to keep the DB compact.
.PP .PP
.EX .EX
.IP .IP
.B buku -D .B buku -d 0
.PP .PP
.IP 7. 4 .IP 7. 4
List \fBall unique tags\fR alphabetically: List \fBall unique tags\fR alphabetically: