31 lines
867 B
Groff
31 lines
867 B
Groff
.TH QCMA-CLI 6 "MARCH 2015"
|
|
.SH NAME
|
|
qcma-cli \- Content manager for the PlayStation Vita
|
|
.SH SYNOPSIS
|
|
.B qcma_cli \fR[options]
|
|
|
|
.TP
|
|
.B \-\-verbose
|
|
print detailed output
|
|
|
|
.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
|