diff options
author | Teddy Wing | 2022-03-25 20:39:10 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-25 20:39:10 +0100 |
commit | f8783d6edcb97348491a5791bfb5011987ecb2a7 (patch) | |
tree | 2f51bd85a7fd3e0dd3fce9516f91cc1f31e49f01 | |
parent | d81ed362f2c3dde4727872407f5a1b229073277b (diff) | |
download | yaqlite-f8783d6edcb97348491a5791bfb5011987ecb2a7.tar.bz2 |
yaqlite.1.txt: Add global flags and short subcommand description
-rw-r--r-- | doc/yaqlite.1.txt | 12 | ||||
-rw-r--r-- | share/man/man1/yaqlite.1 | 28 |
2 files changed, 32 insertions, 8 deletions
diff --git a/doc/yaqlite.1.txt b/doc/yaqlite.1.txt index 026fc16..b82014d 100644 --- a/doc/yaqlite.1.txt +++ b/doc/yaqlite.1.txt @@ -15,11 +15,19 @@ TODO OPTIONS ------- -TODO +-h, --help:: + Print usage help. + +-V, --version:: + Print the program version. COMMANDS -------- -TODO +*insert*:: + Insert a record from YAML. + +*select*:: + Select a record as YAML. INSERT COMMAND -------------- diff --git a/share/man/man1/yaqlite.1 b/share/man/man1/yaqlite.1 index 2d9dffe..19afc5c 100644 --- a/share/man/man1/yaqlite.1 +++ b/share/man/man1/yaqlite.1 @@ -2,12 +2,12 @@ .\" Title: yaqlite .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 03/23/2022 +.\" Date: 03/25/2022 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "YAQLITE" "1" "03/23/2022" "\ \&" "\ \&" +.TH "YAQLITE" "1" "03/25/2022" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -36,11 +36,27 @@ yaqlite \- YAML interface for SQLite .sp TODO .SH "OPTIONS" -.sp -TODO +.PP +\-h, \-\-help +.RS 4 +Print usage help\&. +.RE +.PP +\-V, \-\-version +.RS 4 +Print the program version\&. +.RE .SH "COMMANDS" -.sp -TODO +.PP +\fBinsert\fR +.RS 4 +Insert a record from YAML\&. +.RE +.PP +\fBselect\fR +.RS 4 +Select a record as YAML\&. +.RE .SH "INSERT COMMAND" .sp TODO |