1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
.\"
.\" (C) Copyright 2014 David Suárez <david.sephirot@gmail.com>
.\"
.TH "KDECONNECT-CLI" "1" "July 2014"
.SH NAME
kdeconnect-cli - KDE Connect CLI tool
.SH SYNOPSIS
.B kdeconnect-cli
[\fI\,Qt-options\/\fR] [\fI\,KDE-options\/\fR] [\fI\,options\/\fR]
.SH DESCRIPTION
KDE Connect CLI tool
.SS "Generic options:"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-kde\fR
Show KDE specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH OPTIONS
.TP
\fB\-l\fR, \fB\-\-list\-devices\fR
List all devices
.TP
\fB\-\-share\fR <path>
Share a file to a said device
.TP
\fB\-\-pair\fR
Request pairing to a said device
.TP
\fB\-\-unpair\fR
Stop pairing to a said device
.TP
\fB\-\-ping\fR
Sends a ping to said device
.TP
\fB\-\-device\fR <dev>
Device ID
.PP
KDE Development Platform: 4.13.1
kdeconnect\-cli: 1.0
|