Update help.

This commit is contained in:
Arun Prakash Jana 2016-12-03 22:54:14 +05:30
parent 9364f3e75d
commit cf5759d5d7
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 4 additions and 4 deletions

View File

@ -188,7 +188,7 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi
FF and Google Chrome formats supported
--markdown use markdown with -e and -i
format: [title](url), 1 per line
-m, --merge file merge records from another buku DB file
-m, --merge file add bookmarks from another buku DB file
-p, --print [...] show details of bookmark by DB index
accepts indices and ranges
show all bookmarks, if no arguments

4
buku.1
View File

@ -68,7 +68,7 @@ Bookmarks with immutable titles are listed with bold '(L)' after the URL.
\fBEncryption\fR is optional and manual. AES256 algorithm is used. To use encryption, the database file should be unlocked (-k) before using buku and locked (-l) afterwards. Between these 2 operations, the database file lies unencrypted on the disk, and NOT in memory. Also, note that the database file is \fBunencrypted on creation\fR.
.PP
.IP 10. 4
\fBProxy\fR support: refer to the \fBENVIRONMENT\fR section.
\fBProxy\fR support: please refer to the \fBENVIRONMENT\fR section.
.SH GENERAL OPTIONS
.TP
.BI \-a " " \--add " URL [tag, ...]"
@ -147,7 +147,7 @@ Import bookmarks exported from Firefox or Google Chrome in HTML format.
Use markdown for --export and --import. Supported format is '[title](url)', one entry per line.
.TP
.BI \-m " " \--merge " file"
Merge bookmarks from another Buku database file.
Add bookmarks from another Buku database file.
.TP
.BI \-p " " \--print " [...]"
Show details (DB index, URL, title, tags and comment) of bookmark record by DB index. If no arguments, all records with actual index from DB are shown. Accepts hyphenated ranges and space-separated indices.

View File

@ -2341,7 +2341,7 @@ def main():
FF and Google Chrome formats supported
--markdown use markdown with -e and -i
format: [title](url), 1 per line
-m, --merge file merge bookmarks from another buku DB file
-m, --merge file add bookmarks from another buku DB file
-p, --print [...] show details of bookmark by DB index
accepts indices and ranges
show all bookmarks, if no arguments