mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
Add man pages for kiwix-read and kiwix-search
This commit is contained in:
parent
1744b152ac
commit
f5762c72d3
18
src/man/kiwix-read.1
Normal file
18
src/man/kiwix-read.1
Normal file
@ -0,0 +1,18 @@
|
||||
.TH KIWIX-READ "1" "July 2020" "kiwix-tools" "User Commands"
|
||||
.SH NAME
|
||||
kiwix-read \- Read ZIM file content
|
||||
.SH SYNOPSIS
|
||||
\fBkiwix-read\fR [\-\-verbose] [\-\-version] \-\-suggest=PATTERN ZIM\fR
|
||||
.SH DESCRIPTION
|
||||
.TP
|
||||
ZIM
|
||||
ZIM file to search
|
||||
.TP
|
||||
\fB\-\-verbose\fR
|
||||
Enable extra output
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
print software version
|
||||
.TP
|
||||
\fB\-\-suggest=PATTERN\fR
|
||||
Get search suggestions for the provided pattern
|
21
src/man/kiwix-search.1
Normal file
21
src/man/kiwix-search.1
Normal file
@ -0,0 +1,21 @@
|
||||
.TH KIWIX-SEARCH "1" "July 2020" "kiwix-tools" "User Commands"
|
||||
.SH NAME
|
||||
kiwix-search \- find articles using a fulltext search pattern
|
||||
.SH SYNOPSIS
|
||||
\fBkiwix-search\fR [OPTIONS] ZIM PATTERN\fR
|
||||
.SH DESCRIPTION
|
||||
.TP
|
||||
ZIM
|
||||
ZIM file to search
|
||||
.TP
|
||||
PATTERN
|
||||
Words or parts of words to search for in the ZIM file
|
||||
.TP
|
||||
\fB\-s\fR, \fB\-\-suggestion\fR
|
||||
Suggest article titles based on the PATTERN instead of a fulltext search
|
||||
.TP
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
print software version
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
Give details about the search process
|
@ -1,3 +1,5 @@
|
||||
install_man('kiwix-manage.1',
|
||||
'kiwix-read.1',
|
||||
'kiwix-search.1',
|
||||
'kiwix-serve.1')
|
||||
subdir('fr')
|
||||
|
Loading…
x
Reference in New Issue
Block a user