diff --git a/cli/kdeconnect-cli.cpp b/cli/kdeconnect-cli.cpp index c45e705a0..b5336aa66 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 ", ki18n("Same as ping but you can customize the shown message.")); + options.add("ping-msg ", ki18n("Same as ping but you can customize the message shown.")); options.add("share ", ki18n("Share a file to a said device.")); options.add("list-notifications", ki18n("Display the notifications on a said device.")); - options.add("device ", ki18n("Device ID.")); + options.add("d") + .add("device ", ki18n("Device ID.")); KCmdLineArgs::addCmdLineOptions( options ); KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); KApplication app;