Removed dbus support.
Added unix signals support.
This commit is contained in:
21
qcma_cli.6
21
qcma_cli.6
@@ -8,23 +8,26 @@ qcma-cli \- Content manager for the PlayStation Vita
|
||||
.B \-\-verbose
|
||||
print detailed output
|
||||
|
||||
.TP
|
||||
.B \-\-with-debug
|
||||
print very verbose output (including hexdump transfers)
|
||||
|
||||
.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.
|
||||
Qcma will let you backup your games, songs, photos & videos via USB or wireless.
|
||||
|
||||
.SH COMMANDS
|
||||
You can control qcma_cli over DBus:
|
||||
.SH SIGNALS
|
||||
You can control \fBqcma_cli\fR using signals, i.e. using the \fBkill\fR command to send a signal to the process.
|
||||
|
||||
.TP
|
||||
Send a signal to refresh the database:
|
||||
.BR
|
||||
dbus-send \-\-session \-\-type=method_call \-\-dest=org.qcma.HeadlessManager /HeadlessManager org.qcma.HeadlessManager.refreshDatabase
|
||||
.B SIGHUP
|
||||
Refreshes the database.
|
||||
|
||||
.TP
|
||||
Send a signal to stop the daemon:
|
||||
.BR
|
||||
dbus-send \-\-session \-\-type=method_call \-\-dest=org.qcma.HeadlessManager /HeadlessManager org.qcma.HeadlessManager.stop
|
||||
.B SIGTERM
|
||||
Shuts down the process but waits until the current event is finished.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.I /usr/share/doc/qcma/README.md
|
||||
|
Reference in New Issue
Block a user