[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:05 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=b001d25

The following commit has been merged in the master branch:
commit b001d25a9ad4cfb0c511fa6d1357cb3cb28afffd
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Sun Nov 9 22:08:13 2014 -0800

    Added -d as shortuct for --device in kdeconnect-cli
---
 cli/kdeconnect-cli.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cli/kdeconnect-cli.cpp b/cli/kdeconnect-cli.cpp
index c45e705..b5336aa 100644
--- a/cli/kdeconnect-cli.cpp
+++ b/cli/kdeconnect-cli.cpp
@@ -43,10 +43,11 @@ int main(int argc, char** argv)
     options.add("pair", ki18n("Request pairing to a said device."));
     options.add("unpair", ki18n("Stop pairing to a said device."));
     options.add("ping", ki18n("Send a ping to said device."));
-    options.add("ping-msg <message>", ki18n("Same as ping but you can customize the shown message."));
+    options.add("ping-msg <message>", ki18n("Same as ping but you can customize the message shown."));
     options.add("share <path>", ki18n("Share a file to a said device."));
     options.add("list-notifications", ki18n("Display the notifications on a said device."));
-    options.add("device <dev>", ki18n("Device ID."));
+    options.add("d")
+           .add("device <dev>", ki18n("Device ID."));
     KCmdLineArgs::addCmdLineOptions( options );
     KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
     KApplication app;

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list