From f00d3620762c835d8f7e1b126c2555768f6df179 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Mon, 2 Mar 2015 03:49:15 +0100 Subject: [PATCH] add manpages these are not stored in debian/ because they could also be used to build a rpm --- debian/qcma-cli.manpages | 1 + debian/qcma.manpages | 1 + qcma.6 | 14 ++++++++++++++ qcma_cli.6 | 26 ++++++++++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 debian/qcma-cli.manpages create mode 100644 debian/qcma.manpages create mode 100644 qcma.6 create mode 100644 qcma_cli.6 diff --git a/debian/qcma-cli.manpages b/debian/qcma-cli.manpages new file mode 100644 index 0000000..22ad86f --- /dev/null +++ b/debian/qcma-cli.manpages @@ -0,0 +1 @@ +qcma_cli.6 diff --git a/debian/qcma.manpages b/debian/qcma.manpages new file mode 100644 index 0000000..8cc7819 --- /dev/null +++ b/debian/qcma.manpages @@ -0,0 +1 @@ +qcma.6 diff --git a/qcma.6 b/qcma.6 new file mode 100644 index 0000000..5a4120a --- /dev/null +++ b/qcma.6 @@ -0,0 +1,14 @@ +.TH QCMA 6 "MARCH 2015" +.SH NAME +qcma \- Content manager for the PlayStation Vita +.SH SYNOPSIS +.B qcma + +.SH DESCRIPTION +\fBqcma\fR is a cross-platform application to provide an Open Source implementation +of the original Content Manager Assistant that comes with the PS Vita. +.TP +QCMA will let you backup your games, songs, photos & videos via USB or wireless. + +.SH "SEE ALSO" +.I /usr/share/doc/qcma/README.md diff --git a/qcma_cli.6 b/qcma_cli.6 new file mode 100644 index 0000000..246c0f3 --- /dev/null +++ b/qcma_cli.6 @@ -0,0 +1,26 @@ +.TH QCMA-CLI 6 "MARCH 2015" +.SH NAME +qcma-cli \- Content manager for the PlayStation Vita +.SH SYNOPSIS +.B qcma_cli + +.SH DESCRIPTION +\fBqcma_cli\fR is a cross-platform application to provide an Open Source implementation +of the original Content Manager Assistant that comes with the PS Vita. +.TP +QCMA will let you backup your games, songs, photos & videos via USB or wireless. + +.SH COMMANDS +You can control qcma_cli over DBus: + +.TP +Send a signal to refresh the database: +.BR +dbus-send --session --type=method_call --dest=org.qcma.HeadlessManager /HeadlessManager org.qcma.HeadlessManager.refreshDatabase +.TP +Send a signal to stop the daemon: +.BR +dbus-send --session --type=method_call --dest=org.qcma.HeadlessManager /HeadlessManager org.qcma.HeadlessManager.stop + +.SH "SEE ALSO" +.I /usr/share/doc/qcma/README.md