summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlberto Garcia <berto@igalia.com>2014-08-26 13:59:02 +0300
committerJuan A. Suarez Romero <jasuarez@igalia.com>2014-08-26 14:04:22 +0000
commit8ecf10716c9a4b2eeb9d58df0b507745992abaea (patch)
tree112285708d03f44f87526b47d9b146728d4db7c3 /tools
parent3aa0700dded6800cf9a538a8b492a5a9ba71be70 (diff)
downloadgrilo-8ecf10716c9a4b2eeb9d58df0b507745992abaea.tar.gz
doc: Add manpage for grilo-test-ui
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/grilo-test-ui/Makefile.am2
-rw-r--r--tools/grilo-test-ui/grilo-test-ui-0.2.141
2 files changed, 43 insertions, 0 deletions
diff --git a/tools/grilo-test-ui/Makefile.am b/tools/grilo-test-ui/Makefile.am
index a849af6..c33da11 100644
--- a/tools/grilo-test-ui/Makefile.am
+++ b/tools/grilo-test-ui/Makefile.am
@@ -7,6 +7,8 @@
bin_PROGRAMS = grilo-test-ui-@GRL_MAJORMINOR@
+dist_man1_MANS = grilo-test-ui-0.2.1
+
grilo_test_ui_@GRL_MAJORMINOR@_SOURCES = \
main.c
diff --git a/tools/grilo-test-ui/grilo-test-ui-0.2.1 b/tools/grilo-test-ui/grilo-test-ui-0.2.1
new file mode 100644
index 0000000..3f0fe41
--- /dev/null
+++ b/tools/grilo-test-ui/grilo-test-ui-0.2.1
@@ -0,0 +1,41 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH grilo-test-ui 1 "August 25, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+grilo-test-ui \- Grilo test UI
+.SH SYNOPSIS
+.B grilo-test-ui
+.RI [ options ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B grilo-test-ui
+command.
+.PP
+\fBgrilo-test-ui\fP is a graphical interface for Grilo that allows the
+user to perform queries and see their results.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Show summary of grilo-test-ui options.
+.TP
+.B \-\-help\-grl
+Show summary of Grilo options.
+.TP
+.B \-\-help\-all
+Show summary of all options.
+.SH AUTHOR
+This manual page was written by Alberto Garcia <berto@igalia.com>.