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