mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2026-02-07 02:09:59 +08:00
Add manpage uchardet.1
This commit is contained in:
parent
06e65096f1
commit
6462d45121
@ -75,3 +75,4 @@ install(
|
||||
######## Subdirectories
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(doc)
|
||||
|
||||
6
doc/CMakeLists.txt
Normal file
6
doc/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
install(
|
||||
FILES
|
||||
uchardet.1
|
||||
DESTINATION
|
||||
${DIR_SHARE}/man/man1
|
||||
)
|
||||
18
doc/uchardet.1
Normal file
18
doc/uchardet.1
Normal file
@ -0,0 +1,18 @@
|
||||
.TH UCHARDET "1" "July 2011" "uchardet " "User Commands"
|
||||
.SH NAME
|
||||
uchardet \- universalchardet (Universal Charset Detector)
|
||||
.SH DESCRIPTION
|
||||
uchardet Command Line Tool
|
||||
.SS "Usage:"
|
||||
.HP
|
||||
opencc [\fBOptions\fR] [\fBFile\fR]
|
||||
.HP
|
||||
\fB\-v\fR
|
||||
Print version and build information.
|
||||
.HP
|
||||
\fB\-h\fR
|
||||
Print help text.
|
||||
.HP
|
||||
.IP
|
||||
.PP
|
||||
uchardet Command Line Tool
|
||||
Loading…
x
Reference in New Issue
Block a user