From eb0fece027548e605f9d817eaddb5a8845b97cf8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 27 Mar 2022 01:45:28 +0100 Subject: yaqlite.1.txt: Add command descriptions --- share/man/man1/yaqlite.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/man/man1/yaqlite.1 b/share/man/man1/yaqlite.1 index 06a5162..ecaa8be 100644 --- a/share/man/man1/yaqlite.1 +++ b/share/man/man1/yaqlite.1 @@ -34,7 +34,7 @@ yaqlite \- YAML interface for SQLite \fIyaqlite\fR [\-\-help] [\-\-version] [] .SH "DESCRIPTION" .sp -TODO +A bridge between YAML and SQLite\&. Enables inserting YAML records into a database and selecting records as YAML\&. .SH "OPTIONS" .PP \-h, \-\-help @@ -62,6 +62,8 @@ Select a record as YAML\&. .sp \fIyaqlite insert\fR [] [] .SS "Insert Description" +.sp +Insert a YAML\-formatted record into \&. The YAML is read from if specified\&. If is "\-" or empty, YAML is read from standard input\&. .SS "Insert Options" .PP \-\-database @@ -69,12 +71,12 @@ Select a record as YAML\&. The database to insert into\&. .RE .SH "SELECT COMMAND" -.sp -TODO .SS "Select Synopsis" .sp \fIyaqlite select\fR [] .SS "Select Description" +.sp +Select a record by from \&. The record will output in YAML format to standard output\&. .SS "Select Options" .PP \-\-database -- cgit v1.2.3